summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormandyke <mandyke@gmail.com>2014-07-29 05:42:25 +0000
committermandyke <mandyke@gmail.com>2014-07-29 05:42:25 +0000
commit8f3ae93635a849c880fb36fa919ae61e2bcced8e (patch)
tree22214a22d0f68bc2cc8da618fb2b0aaf4bb8426f /configure.ac
parent7e39d4fdc7b24d555f4045359b9ca930891e6de4 (diff)
downloaddistcc-git-8f3ae93635a849c880fb36fa919ae61e2bcced8e.tar.gz
lzo: Update to 2.08
Fixes issue 142
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5847948..d795edc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -224,6 +224,9 @@ AC_ISC_POSIX
# variadic macros. If we can disable it, do so.
+# This is needed for our included version of lzo.
+CPPFLAGS="$CPPFLAGS -DMINILZO_HAVE_CONFIG_H"
+
# This is needed for our included version of popt.
# TODO(csilvers): figure out what that above comment means, and if it's true.
CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H"