diff options
author | John Wiegley <johnw@newartisans.com> | 2011-08-18 14:48:38 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-08-18 14:48:38 -0400 |
commit | f0791bbd7297e737d9e13d0b0bb21473b173b2a7 (patch) | |
tree | 95e2b7806dce0936edd69eca780d180d2ce3195d /tools | |
parent | add6f6ca2a711e3337f83bd15be5a03e22842591 (diff) | |
download | fork-ledger-f0791bbd7297e737d9e13d0b0bb21473b173b2a7.tar.gz fork-ledger-f0791bbd7297e737d9e13d0b0bb21473b173b2a7.tar.bz2 fork-ledger-f0791bbd7297e737d9e13d0b0bb21473b173b2a7.zip |
Cleanup whitespace
Diffstat (limited to 'tools')
-rw-r--r-- | tools/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure.ac b/tools/configure.ac index c3a913e6..e078ebc4 100644 --- a/tools/configure.ac +++ b/tools/configure.ac @@ -66,7 +66,7 @@ AC_ARG_ENABLE(doxygen, AM_CONDITIONAL(USE_DOXYGEN, test x$doxygen = xtrue) AC_ARG_ENABLE(cache, - [ --enable-cache Enable use of the --cache option], + [ --enable-cache Enable use of the --cache option], [case "${enableval}" in yes) cache=true ;; no) cache=false ;; @@ -76,7 +76,7 @@ AC_ARG_ENABLE(cache, AM_CONDITIONAL(USE_CACHE_OPTION, test x$cache = xtrue) AC_ARG_ENABLE(python, - [ --enable-python Turn on Python support (experimental)], + [ --enable-python Turn on Python support (experimental)], [case "${enableval}" in yes) python=true ;; no) python=false ;; |