Skip to content

Commit

Permalink
Search for glm in current directory; don't require tirpc under FreeBSD.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncbowman committed Feb 15, 2025
1 parent a399a7d commit fe94134
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,10 @@ ASYGLVERSION=1.02

DEFS=""
OPTIONS=$OPTIONS"-D_FILE_OFFSET_BITS=64 "
INCL="-I. "
INCL=""
OPTIONS=""
LIBS=""
CPPFLAGS="-I. "

# ------------- vcpkg initialization ---------------
# vcpkg_triplet
Expand Down Expand Up @@ -704,6 +705,9 @@ case "$OSTYPE" in
darwin*)
AC_DEFINE(HAVE_LIBTIRPC,1,DEFINE_LIB([tirpc]))
;;
FreeBSD)
AC_DEFINE(HAVE_LIBTIRPC,1,DEFINE_LIB([tirpc]))
;;
*)
PKG_CONFIG(CPPFLAGS,$CPPFLAGS,--cflags,libtirpc)
AC_COMPILE_IFELSE(
Expand Down

0 comments on commit fe94134

Please sign in to comment.