Changeset: 9ee17f202fe0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9ee17f202fe0
Modified Files:
configure.ag
Branch: pyapi
Log Message:
don't use the CFLAGS from python.
diffs (12 lines):
diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -2279,7 +2279,7 @@ if test "x$enable_pyintegration" != xno;
enable_pyintegration=no
disable_pyintegration="(python-config command not
found)"
fi
- elif libpy_CFLAGS=`$PYCMD --cflags ` && libpy_LIBS=`$PYCMD --ldflags`;
then
+ elif libpy_CFLAGS=`$PYCMD --includes ` && libpy_LIBS=`$PYCMD
--ldflags`; then
have_libpy=yes
AC_DEFINE(HAVE_LIBPY, 1, [Define if we can link to python])
AC_SUBST(libpy_CFLAGS, $libpy_CFLAGS)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list