summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-10-04 02:44:18 +0300
committermonty@hundin.mysql.fi <>2001-10-04 02:44:18 +0300
commit62c8014171cf81a17897d85f0c80d0621548a2ae (patch)
treeb1013532246a774deaac975b2e53d6cd4332aabd /acinclude.m4
parent55a6911bb158126302dd93467818fd2b32bcb78a (diff)
downloadmariadb-git-62c8014171cf81a17897d85f0c80d0621548a2ae.tar.gz
Fixed some build problems.
Fix that compressed packets and normal packets looks indentical before calling net_real_write() (Needed for query cache) Optimize IS NULL handling
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 b7f43fcb8e6..6a37e40b844 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -726,7 +726,7 @@ AC_MSG_CHECKING(for OpenSSL)
openssl_includes="-I/usr/local/ssl/include"
AC_DEFINE(HAVE_OPENSSL)
else
- AC_MSG_RESULT(disabled because --with-vio wasn not used)
+ AC_MSG_RESULT(disabled because --with-vio was not used)
fi
else
AC_MSG_RESULT(no)