Changeset: 732405c3ce0f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=732405c3ce0f
Modified Files:
        configure.ag
Branch: Aug2018
Log Message:

If no bzip2, reset bzip2_LIBS to empty.


diffs (16 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -1352,10 +1352,12 @@ AS_VAR_IF([have_bz2], [no], [], [
                                [AS_VAR_IF([have_bz2], [auto], [],
                                        [AC_MSG_ERROR([-lbz2 library not 
found])])
                                 have_bz2=no
+                                bzip2_LIBS=
                                 why_not_bz2="(bz2 library not found)"])],
                        [AS_VAR_IF([have_bz2], [auto], [],
                                [AC_MSG_ERROR([bzlib.h header not found])])
                         have_bz2=no
+                        bzip2_LIBS=
                         why_not_bz2="(bzlib.h header not found)"])
                LDFLAGS="$save_LDFLAGS"
                CPPFLAGS="$save_CPPFLAGS"])
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to