diff options
author | unknown <jcole@tetra.bedford.progress.com> | 2000-09-19 21:43:54 -0500 |
---|---|---|
committer | unknown <jcole@tetra.bedford.progress.com> | 2000-09-19 21:43:54 -0500 |
commit | fc6f932ad8da762590b5315b86cf25746f00c388 (patch) | |
tree | 3085877901489456ffd2c390c09a51141f8be2bf /acinclude.m4 | |
parent | 00b832156a3721577e937eaf29518e500e263670 (diff) | |
download | mariadb-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.m4 | 2 |
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) |