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
commit23ea93dae3ba4605e9a35fc53a5ad6cfa5e9cb4d (patch)
treefac45a323f90ba438178525fcda66c3111f8a9bb /acinclude.m4
parent4f3c4da8077950d7546f51b1400a4424c874282c (diff)
downloadmariadb-git-23ea93dae3ba4605e9a35fc53a5ad6cfa5e9cb4d.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])