diff options
author | unknown <monty@donna.mysql.com> | 2000-08-31 17:25:30 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-08-31 17:25:30 +0300 |
commit | ae172fdcc0b77f28e1dc8c2f631e0d16aac086e6 (patch) | |
tree | 20cdc22382843d7f3d6ac921a4a5b15104a081e9 /acconfig.h | |
parent | 357167f2be19b03ed6f4c0a2674d9743d6785fd2 (diff) | |
download | mariadb-git-ae172fdcc0b77f28e1dc8c2f631e0d16aac086e6.tar.gz |
Update to get 3.23.23 to compile
acconfig.h:
Added better detection of compress
acinclude.m4:
Added better detection of compress
configure.in:
Added better detection of compress
include/my_pthread.h:
Fixed wrong prototype
mysys/my_pthread.c:
Added cast (for portability)
scripts/make_binary_distribution.sh:
Added missing conversion
sql-bench/compare-results.sh:
Update for new web site
sql/table.cc:
Removed extra free
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 4e19b1c0802..09807392b30 100644 --- a/acconfig.h +++ b/acconfig.h @@ -50,6 +50,9 @@ /* READLINE: */ #undef HAVE_BSD_SIGNALS +/* ZLIB and compress: */ +#undef HAVE_COMPRESS + /* Define if we are using OSF1 DEC threads */ #undef HAVE_DEC_THREADS |