summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <tchvatal@suse.cz>2012-12-04 20:29:48 +0100
committerTomas Chvatal <tchvatal@suse.cz>2012-12-04 20:29:48 +0100
commitb1ebd529560bc6f2a73d73bc96a0ffe1c2b6cde2 (patch)
treeeaca6a79cbb6932cf6fe3257f453aeb5c52536d5
parent082dc6be483d66444ba983306aa2471c4fd5037f (diff)
downloadcppunit-b1ebd529560bc6f2a73d73bc96a0ffe1c2b6cde2.tar.gz
Use tabs as they are used in the rest of the file.
-rw-r--r--configure.ac14
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 379f47c..aef555b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -91,15 +91,15 @@ AC_SUBST(LT_AGE)
# Debug
# =====
AC_ARG_ENABLE(debug,
- AS_HELP_STRING([--enable-debug], [Build with debug features in mind.])],
- [enable_debug="$enableval"],
- [enable_debug=no]
+ AS_HELP_STRING([--enable-debug], [Build with debug features in mind.])],
+ [enable_debug="$enableval"],
+ [enable_debug=no]
)
AS_IF([test "x$enable_debug" != "xno"], [
- CFLAGS="$CFLAGS -g"
- CXXFLAGS="$CXXFLAGS -g"
+ CFLAGS="$CFLAGS -g"
+ CXXFLAGS="$CXXFLAGS -g"
], [
- AC_DEFINE([NDEBUG], [], [Disable debugging information])
+ AC_DEFINE([NDEBUG], [], [Disable debugging information])
])
AC_ARG_ENABLE([werror],
@@ -166,7 +166,7 @@ AC_OUTPUT
AC_MSG_NOTICE([
==============================================================================
Build configuration:
- debug: ${enable_debug}
+ debug: ${enable_debug}
docs: ${enable_doc}
werror: ${enable_werror}
typeinfo-name: ${use_typeinfo}