summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.bredbandsbolaget.se>2004-06-16 16:50:05 +0000
committerunknown <tomas@poseidon.bredbandsbolaget.se>2004-06-16 16:50:05 +0000
commitf677d4c14aa53706d21303dfe97ec3590d933baf (patch)
tree74164cda33c2e059c644d4230e32daa6f1ea8666 /acinclude.m4
parent7f7c311b73d2f65fa67b97e7a7af9dd510ae92d6 (diff)
downloadmariadb-git-f677d4c14aa53706d21303dfe97ec3590d933baf.tar.gz
bug fix in ndb make
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 8ef32c8163a..2af463627f7 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1468,7 +1468,7 @@ AC_DEFUN([MYSQL_CHECK_NDBCLUSTER], [
;;
esac
- AM_CONDITIONAL(HAVE_NDBCLUSTER_DB, test "have_ndbcluster" = "yes")
+ AM_CONDITIONAL([HAVE_NDBCLUSTER_DB], [ test "$have_ndbcluster" = "yes" ])
AC_SUBST(ndbcluster_includes)
AC_SUBST(ndbcluster_libs)
AC_SUBST(ndbcluster_system_libs)