diff options
author | monty@hundin.mysql.fi <> | 2001-10-04 02:44:18 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-10-04 02:44:18 +0300 |
commit | 62c8014171cf81a17897d85f0c80d0621548a2ae (patch) | |
tree | b1013532246a774deaac975b2e53d6cd4332aabd /acinclude.m4 | |
parent | 55a6911bb158126302dd93467818fd2b32bcb78a (diff) | |
download | mariadb-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.m4 | 2 |
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) |