Minor formatting changes in configure.
No code changes.
This commit is contained in:
parent
0091cb0281
commit
723abd54d8
3
configure
vendored
3
configure
vendored
@ -266,7 +266,8 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then
|
|||||||
AR="/usr/bin/libtool"
|
AR="/usr/bin/libtool"
|
||||||
fi
|
fi
|
||||||
ARFLAGS="-o" ;;
|
ARFLAGS="-o" ;;
|
||||||
*) LDSHARED=${LDSHARED-"$cc -shared"} ;;
|
*)
|
||||||
|
LDSHARED=${LDSHARED-"$cc -shared"} ;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
# find system name and corresponding cc options
|
# find system name and corresponding cc options
|
||||||
|
Loading…
Reference in New Issue
Block a user