diff options
author | jcole@mugatu.spaceapes.com <> | 2002-05-12 03:41:30 -0500 |
---|---|---|
committer | jcole@mugatu.spaceapes.com <> | 2002-05-12 03:41:30 -0500 |
commit | 5990c1910ad1ef5b45fa61a8271dcf2a23c1a49d (patch) | |
tree | fac45a323f90ba438178525fcda66c3111f8a9bb /acinclude.m4 | |
parent | 54b0d0140cd7145f9df035cddf0f875faf558d7a (diff) | |
download | mariadb-git-5990c1910ad1ef5b45fa61a8271dcf2a23c1a49d.tar.gz |
Aesthetic cleanups to acinclude.m4 and configure.in.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 9c5fbfbbb78..3230a4b5788 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -771,7 +771,7 @@ AC_MSG_CHECKING(for OpenSSL) AC_DEFUN(MYSQL_CHECK_MYSQLFS, [ AC_ARG_WITH([mysqlfs], - [\ + [ --with-mysqlfs Include the corba-based MySQL file system], [mysqlfs="$withval"], [mysqlfs=no]) @@ -821,7 +821,7 @@ AC_SUBST(orbit_idl) ]) AC_DEFUN([MYSQL_CHECK_ISAM], [ - AC_ARG_WITH([isam], [\ + AC_ARG_WITH([isam], [ --without-isam Disable the ISAM table type], [with_isam="$withval"], [with_isam=yes]) |