diff options
author | unknown <konstantin@mysql.com> | 2004-07-27 10:05:57 -0700 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2004-07-27 10:05:57 -0700 |
commit | ddb6fe7ef52282d949d9a6b2f6715062cdeeb666 (patch) | |
tree | 31658f24e9d03807546f5f9e32a1dc84488a7035 /acinclude.m4 | |
parent | 5217955d1a5268fb8cf9e0c4293460725572733d (diff) | |
download | mariadb-git-ddb6fe7ef52282d949d9a6b2f6715062cdeeb666.tar.gz |
acinclude.m4:
another spelling mistake fixed
acinclude.m4:
another spelling mistake fixed
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 0df0eed85d7..4109ff39fdc 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -178,7 +178,7 @@ AC_SUBST([zlib_dir]) mysql_cv_compress="yes" ]) -dnl Auxilary macro to check for zlib at given path +dnl Auxiliary macro to check for zlib at given path AC_DEFUN([MYSQL_CHECK_ZLIB_DIR], [ save_INCLUDES="$INCLUDES" |