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

fixing changeset 6bb1de020c99: compiler command line macro definition requires 
"-D"


diffs (12 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -398,7 +398,7 @@
                dnl it disables, however, the availability of madvise, which is
                dnl in use use by GDK, so we cannot just AC_DEFINE this, but
                dnl rather have to enable it where it is necessary
-               MSGCONTROL_FLAGS="_XOPEN_SOURCE=500"
+               MSGCONTROL_FLAGS="-D_XOPEN_SOURCE=500"
                AC_SUBST(MSGCONTROL_FLAGS)
        ;;
 esac
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to