compiler/ports mismatch brain damage,
Move PCRE UTF-8 test after check for pcre.h, to avoid false positives
if pcre.h isn't found.
+*-freebsd* )
+ AC_MSG_RESULT([FreeBSD])
+ want_server=yes
+ LDFLAGS="${LDFLAGS} -L/usr/local/lib"
+ CPPFLAGS="${CPPFLAGS} -I/usr/local/include"
+ ;;
* )
AC_MSG_RESULT([unknown, winging it])
want_server=no
* )
AC_MSG_RESULT([unknown, winging it])
want_server=no
AC_MSG_ERROR([missing libraries:$missing_libraries])
fi
AC_MSG_ERROR([missing libraries:$missing_libraries])
fi
-# We require that libpcre support UTF-8
-RJK_REQUIRE_PCRE_UTF8([-lpcre])
-
# Checks for header files.
RJK_FIND_GC_H
if test $want_oss = yes; then
# Checks for header files.
RJK_FIND_GC_H
if test $want_oss = yes; then
AC_MSG_ERROR([missing headers:$missing_headers])
fi
AC_MSG_ERROR([missing headers:$missing_headers])
fi
+# We require that libpcre support UTF-8
+RJK_REQUIRE_PCRE_UTF8([-lpcre])
+
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_TYPE_SIZE_T
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_TYPE_SIZE_T