dnl We want these before the checks,
dnl so the checks can modify their values.
test -z "$CFLAGS" && CFLAGS= auto_cflags=1
-dnl TEMPORARILY ENABLE DEBUG
-if test x"$enable_debug" = x""; then
+if test x"$enable_debug" = x"yes"; then
test -z "$LDFLAGS" && LDFLAGS=-g
fi
fi
if test -n "$auto_cflags"; then
- dnl TEMPORARILY ENABLE DEBUG
- if test x"$enable_debug" = x""; then
+ if test x"$enable_debug" = x"yes"; then
if test -n "$GCC"; then
test -z "$CFLAGS" && CFLAGS="$nmh_gcc_warnflags -g" || CFLAGS="$CFLAGS $nmh_gcc_warnflags -g"
else