diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ce945a1d6..026eb1c23 100644 --- a/configure.in +++ b/configure.in @@ -120,6 +120,10 @@ if test "x$debug" = "x2" ; then AC_DEFINE(DEBUG) fi +dnl For FreeBSD +LIBS="$LIBS $INTLLIBS" +CFLAGS="$CFLAGS $CPPFLAGS" + AC_OUTPUT([Makefile src/Makefile src/common/Makefile |