From 87116f97933d6741f90916fbbe0bac0b593de5ff Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 21 May 2016 20:35:23 +0200 Subject: Revert: Move -Wl,--no-undefined to LDFLAGS. --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.ac') 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=""] ) -- cgit v1.2.3