diff options
author | unknown <monty@hundin.mysql.fi> | 2001-09-29 00:44:23 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-09-29 00:44:23 +0300 |
commit | da6f235ca0a21fce9f20818d6c216ed6aa454eaa (patch) | |
tree | f484af130f259b3da40858785836ac12cbb0b99d /configure.in | |
parent | 3ef287ce93ff09ba8c458c2a1bab2f08016d7a5e (diff) | |
download | mariadb-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.in | 5 |
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] ) |