2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-08 05:10:53 +00:00
git-svn-id: svn+q:///qpdf/trunk@872 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2009-10-23 03:29:43 +00:00
parent a1106bc09b
commit f1c5dcec7f

View File

@ -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