diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-05-21 20:35:23 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-05-21 20:35:23 +0200 |
commit | 87116f97933d6741f90916fbbe0bac0b593de5ff (patch) | |
tree | 7c3a183804a2864184659a1dd0045a9a20fd9274 /configure.ac | |
parent | 2d3f1dfbd6fdfd7fe8632694bb93054ed90f7e02 (diff) |
Revert: Move -Wl,--no-undefined to LDFLAGS.
Diffstat (limited to 'configure.ac')
-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=""] ) |