summaryrefslogtreecommitdiff
blob: a856f8ece058ffeac6049f21dbbc0611d77a133e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: nload-0.6.0/configure.in
===================================================================
--- nload-0.6.0.orig/configure.in
+++ nload-0.6.0/configure.in
@@ -76,8 +76,8 @@ fi
 dnl Adds extra arguments to configure script.
 AC_ARG_ENABLE(debug,
               AC_HELP_STRING([--enable-debug], [do not strip debugging symbols (default no)]),
-	          test "$enableval" = "no" && LDFLAGS="$LDFLAGS -s",
-	          LDFLAGS="$LDFLAGS -s")
+	          test "$enableval" = "no" && LDFLAGS="$LDFLAGS",
+	          LDFLAGS="$LDFLAGS")
 
 dnl Checks for library functions.
 AC_TYPE_SIGNAL