diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-22 10:01:27 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-22 10:06:51 +0100 |
commit | 1939c8c89bc2a92b3ab90b27632ab5a97b9d7e2a (patch) | |
tree | a2d5ceba63d3b54ba4ff45fe2ae8b715920d1da6 | |
parent | 317a9b2e9463635b87f1c00fc11755dc9a4129f6 (diff) |
Our internal (static) zlib library is called "zlib", not "z"
Change-Id: Ied4b734a412546558b049b1fc627c421b61a0629
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 54a4a10615d2..9a69275feccd 100644 --- a/configure.ac +++ b/configure.ac @@ -6967,7 +6967,7 @@ else SYSTEM_ZLIB=NO BUILD_TYPE="$BUILD_TYPE ZLIB" ZLIB_CFLAGS="-I${OUTDIR}/inc/external/zlib" - ZLIB_LIBS="-L${OUTDIR}/lib -lz" + ZLIB_LIBS="-L${OUTDIR}/lib -lzlib" fi AC_SUBST(ZLIB_CFLAGS) AC_SUBST(ZLIB_LIBS) |