summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-05-21 20:35:23 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2016-05-21 20:35:23 +0200
commit87116f97933d6741f90916fbbe0bac0b593de5ff (patch)
tree7c3a183804a2864184659a1dd0045a9a20fd9274 /configure.ac
parent2d3f1dfbd6fdfd7fe8632694bb93054ed90f7e02 (diff)
Revert: Move -Wl,--no-undefined to LDFLAGS.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
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=""]
)