Changeset: 02fec0f8720e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=02fec0f8720e
Modified Files:
        configure.ag
Branch: Aug2011
Log Message:

configure: forgotten commit for conditionalising crackers


diffs (34 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -166,6 +166,13 @@
        enable_rdf=$enableval,
        enable_rdf=$dft_rdf)
 
+dft_crackers=no
+AC_ARG_ENABLE(crackers,
+       AS_HELP_STRING([--enable-crackers],
+               [enable database cracking components (default=no)]),
+       enable_crackers=$enableval,
+       enable_crackers=$dft_crackers)
+
 dft_datacell=no
 AC_ARG_ENABLE(datacell,
        AS_HELP_STRING([--enable-datacell],
@@ -2378,6 +2385,8 @@
 fi
 AM_CONDITIONAL(HAVE_RAPTOR, test x"$have_raptor" != xno)
 
+AM_CONDITIONAL(ENABLE_CRACKERS, test x"$enable_crackers" != xno)
+
 AM_CONDITIONAL(ENABLE_DATACELL, test x"$enable_datacell" != xno)
 
 PKG_CHECK_MODULES([curl], [libcurl], [have_curl="yes"], [have_curl="no"])
@@ -3383,6 +3392,7 @@
        geom \
        fits \
        rdf \
+       crackers \
        datacell \
        odbc \
        jdbc \
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to