summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorunknown <jcole@tetra.bedford.progress.com>2000-09-19 21:43:54 -0500
committerunknown <jcole@tetra.bedford.progress.com>2000-09-19 21:43:54 -0500
commitfc6f932ad8da762590b5315b86cf25746f00c388 (patch)
tree3085877901489456ffd2c390c09a51141f8be2bf /acinclude.m4
parent00b832156a3721577e937eaf29518e500e263670 (diff)
downloadmariadb-git-fc6f932ad8da762590b5315b86cf25746f00c388.tar.gz
Made configure's help output nice and pretty.
acinclude.m4: Small fix of alignment. configure.in: Lots of fixes of alignment.. made help output nice and pretty.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index a5fa77b24cc..7361acd6bee 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -914,7 +914,7 @@ changequote([, ])dnl
AC_DEFUN(AC_SYS_LARGEFILE,
[AC_REQUIRE([AC_CANONICAL_HOST])
AC_ARG_ENABLE(largefile,
- [ --disable-large-files Omit support for large files])
+ [ --disable-large-files Omit support for large files])
if test "$enable_largefile" != no; then
AC_CHECK_TOOL(GETCONF, getconf)
AC_SYS_LARGEFILE_FLAGS(CFLAGS)