aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0b86d04..c55098a 100755
--- a/configure
+++ b/configure
@@ -442,7 +442,7 @@ EOF
442if test $shared -eq 1; then 442if test $shared -eq 1; then
443 echo Checking for shared library support... | tee -a configure.log 443 echo Checking for shared library support... | tee -a configure.log
444 # we must test in two steps (cc then ld), required at least on SunOS 4.x 444 # we must test in two steps (cc then ld), required at least on SunOS 4.x
445 if try $CC -w -c $SFLAGS $test.c && 445 if try $CC -c $SFLAGS $test.c &&
446 try $LDSHARED $SFLAGS -o $test$shared_ext $test.o; then 446 try $LDSHARED $SFLAGS -o $test$shared_ext $test.o; then
447 echo Building shared library $SHAREDLIBV with $CC. | tee -a configure.log 447 echo Building shared library $SHAREDLIBV with $CC. | tee -a configure.log
448 elif test -z "$old_cc" -a -z "$old_cflags"; then 448 elif test -z "$old_cc" -a -z "$old_cflags"; then