aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index acf283da..bd367726 100644
--- a/configure.ac
+++ b/configure.ac
@@ -321,6 +321,7 @@ if test "$USE_EXTERNAL_LIBS" = "1"; then
if test "$BUILDRULES" = "libtool"; then
AC_MSG_ERROR([BUILDRULES=libtool is not supported when building external libraries])
fi
+ CPPFLAGS="$CPPFLAGS -Iext/include"
LDFLAGS="$LDFLAGS -Lext/lib-$BUILDRULES"
LIBS="$LIBS -lz -lpcre"
fi