summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-08 15:47:24 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-08 23:34:26 +0200
commit3c38b7727a3deab37c5e9b822cec53c081e2b6e3 (patch)
tree61b40e23ba463a235d7bc41028630a068f3c4fe2 /configure.ac
parente567baf92c0fc71e862a2cf07e029576ee36cd77 (diff)
zlib: remove ExternalPackage_zlib
Change-Id: I5bce88b2044279a6563fd68c35f9c1ac824c8850
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ec0a4a6ed782..b16ba33240b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7128,7 +7128,7 @@ else
AC_MSG_RESULT([internal])
SYSTEM_ZLIB=NO
BUILD_TYPE="$BUILD_TYPE ZLIB"
- ZLIB_CFLAGS="-I${OUTDIR}/inc/external/zlib"
+ ZLIB_CFLAGS="-I${WORKDIR}/UnpackedTarball/zlib"
ZLIB_LIBS="-L${OUTDIR}/lib -lzlib"
fi
AC_SUBST(ZLIB_CFLAGS)