diff options
author | konstantin@mysql.com <> | 2004-07-27 10:05:57 -0700 |
---|---|---|
committer | konstantin@mysql.com <> | 2004-07-27 10:05:57 -0700 |
commit | f6f1e1f47b9025ddff47640fc950833131588c8a (patch) | |
tree | 31658f24e9d03807546f5f9e32a1dc84488a7035 /acinclude.m4 | |
parent | b14b00249fc2e4f29f09194aafc3b6092826fe9c (diff) | |
download | mariadb-git-f6f1e1f47b9025ddff47640fc950833131588c8a.tar.gz |
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" |