diff options
Diffstat (limited to 'src/3rdparty/zlib/configure')
-rwxr-xr-x | src/3rdparty/zlib/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/zlib/configure b/src/3rdparty/zlib/configure index 00cafa8d8..6e138594e 100755 --- a/src/3rdparty/zlib/configure +++ b/src/3rdparty/zlib/configure @@ -154,7 +154,7 @@ SHAREDLIBM=${SHAREDLIBM-"libz$shared_ext.$VER1"} if test $shared -eq 1; then echo Checking for shared library support... - # we must test in two steps (cc then ld), retquired at least on SunOS 4.x + # we must test in two steps (cc then ld), required at least on SunOS 4.x if test "`($CC -c $SFLAGS $test.c) 2>&1`" = "" && test "`($LDSHARED -o $test$shared_ext $test.o) 2>&1`" = ""; then CFLAGS="$SFLAGS" |