From d9939b9ad64cbe7db48e2005f76d1c37aef80d4c Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 23 Oct 2009 03:34:05 +0000 Subject: more tweaking of external libs git-svn-id: svn+q:///qpdf/trunk@875 71b93d88-0707-0410-a8cf-f5a4172ac649 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bd367726..1807d97c 100644 --- a/configure.ac +++ b/configure.ac @@ -321,8 +321,8 @@ 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" + CPPFLAGS="$CPPFLAGS -Iexternal-libs/include" + LDFLAGS="$LDFLAGS -Lexternal-libs/lib-$BUILDRULES" LIBS="$LIBS -lz -lpcre" fi -- cgit v1.2.3-54-g00ecf