diff options
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 83bac3a5..7da4ddd0 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ AC_CONFIG_HEADER(config.h) dnl We want these before the checks, so the checks can modify their values. test -z "$CFLAGS" && CFLAGS="-O" AC_SUBST(CFLAGS) -test -z "$LDFLAGS" && LDFLAGS=-s AC_SUBST(LDFLAGS) +test -z "$LDFLAGS" && LDFLAGS=AC_SUBST(LDFLAGS) AC_CANONICAL_HOST AC_PROG_CC |