summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorunknown <jcole@mugatu.spaceapes.com>2002-05-12 03:41:30 -0500
committerunknown <jcole@mugatu.spaceapes.com>2002-05-12 03:41:30 -0500
commit210e34dfeb3fc4df05b3f4c47ce1605293e6bd9e (patch)
treefac45a323f90ba438178525fcda66c3111f8a9bb /acinclude.m4
parent8880506a1890bbe4328ce12dbffad9164a26c1d2 (diff)
downloadmariadb-git-210e34dfeb3fc4df05b3f4c47ce1605293e6bd9e.tar.gz
Aesthetic cleanups to acinclude.m4 and configure.in.
acinclude.m4: Aesthetic cleanups. configure.in: Aesthetic cleanups.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
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])