From 521767eeb959f14179605667eb869e867be85a3b Mon Sep 17 00:00:00 2001 From: Suresh Sundriyal Date: Sat, 28 Mar 2015 01:26:28 -0700 Subject: [PATCH] [build] autogen --- Makefile.in | 1 + configure | 6 +++++- src/Makefile.in | 1 + test/Makefile.in | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 997dc0c6..688105ea 100644 --- a/Makefile.in +++ b/Makefile.in @@ -249,6 +249,7 @@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BZIP2_CMD = @BZIP2_CMD@ +BZIP2_SUPPORT = @BZIP2_SUPPORT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ diff --git a/configure b/configure index cc771ed8..8bb30831 100755 --- a/configure +++ b/configure @@ -640,6 +640,7 @@ PCRE_LIBS CURSES_LIB HAVE_LOCAL_YAJL jemalloch +BZIP2_SUPPORT EGREP GREP CPP @@ -5965,9 +5966,12 @@ $as_echo "$ac_cv_search_BZ2_bzopen" >&6; } ac_res=$ac_cv_search_BZ2_bzopen if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" - + BZIP2_SUPPORT=1 +else + BZIP2_SUPPORT=0 fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5 $as_echo_n "checking for library containing dlopen... " >&6; } if ${ac_cv_search_dlopen+:} false; then : diff --git a/src/Makefile.in b/src/Makefile.in index 6fcae061..74a7a419 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -334,6 +334,7 @@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BZIP2_CMD = @BZIP2_CMD@ +BZIP2_SUPPORT = @BZIP2_SUPPORT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ diff --git a/test/Makefile.in b/test/Makefile.in index b6dba6c2..b82c7cd2 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -545,6 +545,7 @@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BZIP2_CMD = @BZIP2_CMD@ +BZIP2_SUPPORT = @BZIP2_SUPPORT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@