Changeset: ccb480a499ff for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ccb480a499ff
Modified Files:
configure.ag
Branch: default
Log Message:
configure: fix syntax error
diffs (12 lines):
diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -2370,7 +2370,7 @@
have_valgrind=$withval)
if test "x$have_valgrind" != xno; then
PKG_CHECK_MODULES([valgrind], [valgrind],
- [have_valgrind=yes], [if test "x$have_valgrind" =xyes; then
AC_MSG_ERROR([no valgrind support found]); else have_valgrind=no; fi])
+ [have_valgrind=yes], [if test "x$have_valgrind" = xyes; then
AC_MSG_ERROR([no valgrind support found]); else have_valgrind=no; fi])
if test "x$have_valgrind" = xyes; then
AC_DEFINE(HAVE_VALGRIND, 1, [Define if you have valgrind
installed])
fi
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list