Update of /cvsroot/monetdb/pathfinder
In directory sc8-pr-cvs16:/tmp/cvs-serv5010

Modified Files:
        configure.ag 
Log Message:
- add the probxml module for Maurice van Keulen



Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/configure.ag,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- configure.ag        12 Mar 2007 13:20:19 -0000      1.102
+++ configure.ag        23 Apr 2007 12:54:54 -0000      1.103
@@ -473,11 +473,34 @@
 
     AC_MSG_NOTICE([PFtijah support disabled (no MonetDB4 support enabled).])
     enable_pftijah=no
-
 fi
 
 AM_CONDITIONAL(HAVE_PFTIJAH, test "x$enable_pftijah" == xyes)
 
+dnl Check for PROBXML support
+dnl --enable-probxml
+
+if test "x$have_monetdb4" = xyes; then
+
+    dft_probxml=no
+    AC_ARG_ENABLE(probxml,
+            AC_HELP_STRING([--enable-probxml],
+                    [enable support for PROBXML [default=$dft_probxml]]),
+            enable_probxml=$enableval,
+            enable_probxml=$dft_probxml)
+    case $enable_probxml in
+    yes)  AC_DEFINE(HAVE_PROBXML, 1, [Define if you want PROBXML])
+    ;;
+    esac
+
+else
+
+    AC_MSG_NOTICE([ProbXml support disabled (no MonetDB4 support enabled).])
+    enable_probxml=no
+fi
+
+AM_CONDITIONAL(HAVE_PROBXML, test "x$enable_probxml" == xyes)
+
 dnl Pathfinder has two different code generators: The
 dnl "milprint_summer" back-end directly translates XQuery Core
 dnl code into MIL, while the "algebra" back-end uses an intermediate


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to