Commit f1c5dcec7f7acf705da9695420473c288cebfac8
1 parent
a1106bc0
CPPFLAGS
git-svn-id: svn+q:///qpdf/trunk@872 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
1 changed file
with
1 additions
and
0 deletions
configure.ac
| ... | ... | @@ -321,6 +321,7 @@ if test "$USE_EXTERNAL_LIBS" = "1"; then |
| 321 | 321 | if test "$BUILDRULES" = "libtool"; then |
| 322 | 322 | AC_MSG_ERROR([BUILDRULES=libtool is not supported when building external libraries]) |
| 323 | 323 | fi |
| 324 | + CPPFLAGS="$CPPFLAGS -Iext/include" | |
| 324 | 325 | LDFLAGS="$LDFLAGS -Lext/lib-$BUILDRULES" |
| 325 | 326 | LIBS="$LIBS -lz -lpcre" |
| 326 | 327 | fi | ... | ... |