Changeset: 472cd7a50003 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=472cd7a50003
Modified Files:
buildtools/conf/MonetDB.m4
Branch: Oct2010
Log Message:
to include perl.h, you need to include EXTERN.h first (solves nasty warning
with mail to us message)
diffs (12 lines):
diff -r 082d38a64b82 -r 472cd7a50003 buildtools/conf/MonetDB.m4
--- a/buildtools/conf/MonetDB.m4 Thu Sep 23 12:55:21 2010 +0200
+++ b/buildtools/conf/MonetDB.m4 Mon Sep 27 15:04:02 2010 +0200
@@ -1489,7 +1489,7 @@
AC_MSG_ERROR([No perl.h found, is Perl
installed properly?]);
fi;
have_perl_incdir=no
- ])
+ ], [#include <EXTERN.h>])
CPPFLAGS="$save_CPPFLAGS"
fi
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list