diff options
| -rw-r--r-- | configure.ac | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/configure.ac b/configure.ac index 3c6a055..d35887a 100644 --- a/configure.ac +++ b/configure.ac @@ -72,8 +72,7 @@ AC_ARG_WITH([debug],  AS_IF([test "x$with_debug" == "xyes"],        [AC_MSG_WARN([*** Building with debug support!]) -	     CXXFLAGS="$CXXFLAGS -Wall -Werror -g" -			 LDFLAGS="$LDFLAGS -Wl,--no-undefined" +	     CXXFLAGS="$CXXFLAGS -Wall -Werror -g -Wl,--no-undefined"  	     HUGIN_PARM=""]  ) | 
