aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-23 05:29:43 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-23 05:29:43 +0200
commitf1c5dcec7f7acf705da9695420473c288cebfac8 (patch)
tree5204c8c0737fbe2fc150b79309b7813fad473dd4 /configure.ac
parenta1106bc09b367422f795dc4704c85092a3171c15 (diff)
downloadqpdf-f1c5dcec7f7acf705da9695420473c288cebfac8.tar.zst
CPPFLAGS
git-svn-id: svn+q:///qpdf/trunk@872 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'configure.ac')
-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