aboutsummaryrefslogtreecommitdiffstats
path: root/libfsoframework/configure.ac
diff options
context:
space:
mode:
authorAntonio Ospite <ospite@studenti.unina.it>2010-06-07 17:19:43 +0200
committerAntonio Ospite <ospite@studenti.unina.it>2010-06-09 12:40:49 +0200
commitd9be6491670bddf32393d68986da2cbfab31b457 (patch)
treed3424c77421af8f17e86ed5572ac7ab72e1a142e /libfsoframework/configure.ac
parent36428dda0632cf2666f009185d538d501d42971b (diff)
downloadcornucopia-d9be6491670bddf32393d68986da2cbfab31b457.tar.gz
cornucopia-d9be6491670bddf32393d68986da2cbfab31b457.tar.bz2
cornucopia-d9be6491670bddf32393d68986da2cbfab31b457.zip
Cosmetics: remove trailing spaces
Changes are purely cosmetics, I generated them with this command: find . -type f ! \( -path '*/.git/*' -or -name COPYING \) | \ xargs sed -e 's/[[:blank:]]*$//g' -i I had to take care to not mangle .git objects; this works also because there are no binary files in the repository, if there were any, then some other attentions should have been taken into account. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Diffstat (limited to 'libfsoframework/configure.ac')
-rw-r--r--libfsoframework/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfsoframework/configure.ac b/libfsoframework/configure.ac
index d77083d8..00388b31 100644
--- a/libfsoframework/configure.ac
+++ b/libfsoframework/configure.ac
@@ -61,7 +61,7 @@ AC_DEFINE_UNQUOTED([PACKAGE_LIBDIR], ["${PACKAGE_LIBDIR}"], [Module directory])
# check for debugging
AC_ARG_ENABLE(debug,
[ --enable-debug Enable debug build (default=disabled)],
- [debug=$enableval],
+ [debug=$enableval],
[debug="no"])
AM_CONDITIONAL( [WANT_DEBUG], [test x"$debug" = x"yes"])