summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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"