Update of /cvsroot/monetdb/buildtools/conf
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24218/buildtools/conf

Modified Files:
        MonetDB.m4 
Log Message:

I assume changing one occurance of
"have_python_libdir" into "have_pyTHON_LIBDir"
with
===================================================================
2007/12/09 - nielsnes: buildtools/conf/MonetDB.m4,1.56
more ruby changes
===================================================================
was an accident.
Reverting "have_pyTHON_LIBDir" to "have_python_libdir".


Index: MonetDB.m4
===================================================================
RCS file: /cvsroot/monetdb/buildtools/conf/MonetDB.m4,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- MonetDB.m4  9 Dec 2007 13:22:24 -0000       1.56
+++ MonetDB.m4  10 Dec 2007 00:26:43 -0000      1.57
@@ -1458,7 +1458,7 @@
        AC_ARG_WITH(python-libdir,
                AC_HELP_STRING([--with-python-libdir=DIR],
                        [relative path for Python library directory (where 
Python modules should be installed)]),
-               have_pyTHON_LIBDir="$withval")
+               have_python_libdir="$withval")
        case "$have_python_libdir" in
        yes|auto)
                if test $cross_compiling = xyes; then


-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to