summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-09-29 00:44:23 +0300
committerunknown <monty@hundin.mysql.fi>2001-09-29 00:44:23 +0300
commitda6f235ca0a21fce9f20818d6c216ed6aa454eaa (patch)
treef484af130f259b3da40858785836ac12cbb0b99d /configure.in
parent3ef287ce93ff09ba8c458c2a1bab2f08016d7a5e (diff)
downloadmariadb-git-da6f235ca0a21fce9f20818d6c216ed6aa454eaa.tar.gz
Fixes for RPM build
Build-tools/Do-rpm: Fix for RPM build acinclude.m4: Cleanup configure.in: Cleanup support-files/mysql.spec.sh: Cleanup
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index df9c6bbec4d..8528ff0b9a3 100644
--- a/configure.in
+++ b/configure.in
@@ -699,7 +699,7 @@ int main()
AC_MSG_RESULT($atom_ops)
AC_ARG_WITH(pstack,
- [ --with-pstack Use the pstack backtrace library],
+ [ --with-pstack Use the pstack backtrace library],
[ USE_PSTACK=$withval ],
[ USE_PSTACK=no ])
pstack_libs=
@@ -1752,8 +1752,7 @@ AC_ARG_WITH(embedded-server,
)
AC_ARG_WITH(extra-tools,
- [ --without-extra-tools Skip building utilites in the tools \
- directory.],
+ [ --without-extra-tools Skip building utilites in the tools directory.],
[with_tools=$withval],
[with_tools=yes]
)