Minor formatting changes in configure.

No code changes.
This commit is contained in:
Mark Adler 2022-10-10 11:11:12 -07:00
parent 0091cb0281
commit 723abd54d8
1 changed files with 25 additions and 24 deletions

3
configure vendored
View File

@ -266,7 +266,8 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then
AR="/usr/bin/libtool"
fi
ARFLAGS="-o" ;;
*) LDSHARED=${LDSHARED-"$cc -shared"} ;;
*)
LDSHARED=${LDSHARED-"$cc -shared"} ;;
esac
else
# find system name and corresponding cc options