You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
472 B
22 lines
472 B
|
17 years ago
|
Index: configure
|
||
|
|
--- configure.orig 2009-01-14 00:37:33 +0100
|
||
|
|
+++ configure 2009-04-15 14:55:29 +0200
|
||
|
|
@@ -3424,7 +3424,7 @@
|
||
|
|
fi
|
||
|
|
|
||
|
|
if test "$enable_static" = "yes"; then
|
||
|
|
- export LDFLAGS="-static -Wl,--fatal-warnings"
|
||
|
|
+ LDFLAGS="$LDFLAGS -static -Wl,--fatal-warnings"
|
||
|
|
fi
|
||
|
|
|
||
|
|
# Check whether --enable-fnmatch was given.
|
||
|
|
@@ -5109,7 +5109,7 @@
|
||
|
|
_ACEOF
|
||
|
|
|
||
|
|
else
|
||
|
|
- export LIBS="$LIBS -ledit"
|
||
|
|
+ LIBS="$LIBS -ledit"
|
||
|
|
fi
|
||
|
|
ac_config_files="$ac_config_files Makefile src/Makefile"
|
||
|
|
|