summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2015-06-01 22:06:00 +0200
committerJoel Rosdahl <joel@rosdahl.net>2015-06-01 22:09:02 +0200
commit0220de9c8ebfb18caae2ac1aa163d060e98ceade (patch)
tree51df10c7f75aeb19a8ceec853205241c27d537f6 /configure.ac
parentf9fd1025f031c62f027f9311f6cec1f775729185 (diff)
downloadccache-0220de9c8ebfb18caae2ac1aa163d060e98ceade.tar.gz
Support external zlib in nonstandard directory
Patch by David Froger.
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 9e655889..8d8ce92e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -120,7 +120,7 @@ if test x${use_bundled_zlib} = xyes; then
extra_libs="zlib/libz.a"
mkdir -p zlib
else
- extra_ldflags="-lz"
+ extra_libs="-lz"
fi
dnl Linking on Windows needs ws2_32