aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/ac_espik_debug.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/m4/ac_espik_debug.m4 b/m4/ac_espik_debug.m4
index 1ebe69a..0b904b2 100644
--- a/m4/ac_espik_debug.m4
+++ b/m4/ac_espik_debug.m4
@@ -5,11 +5,11 @@ AC_DEFUN([AC_ESPIK_DEBUG]),
[debug],
AC_HELP_STRING(
[--enable-debug], [Enable debug mode (default=yes)]),
- [if test "$enable_debug" = "yes" ; then
- DEBUG_CFLAGS="-g -D_ESPIK_DEBUG_"
- else
- DEBUG_LDFLAGS="-s"
- fi], [debug="yes"])
+ [if test "$enable_debug" = "yes" ; then
+ DEBUG_CFLAGS="-g -D_ESPIK_DEBUG_"
+ else
+ DEBUG_LDFLAGS="-s"
+ fi], [debug="yes"])
AC_SUBST(DEBUG_CFLAGS)
AC_SUBST(DEBUG_LDFLAGS)