aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3143538..e672f36 100755
--- a/configure
+++ b/configure
@@ -277,7 +277,7 @@ else
277 LDSHARED=${LDSHARED-"cc -dy -KPIC -G"} ;; 277 LDSHARED=${LDSHARED-"cc -dy -KPIC -G"} ;;
278 SunOS\ 5* | solaris*) 278 SunOS\ 5* | solaris*)
279 LDSHARED=${LDSHARED-"cc -G -h libz$shared_ext.$VER1"} 279 LDSHARED=${LDSHARED-"cc -G -h libz$shared_ext.$VER1"}
280 SFLAGS=${CFLAGS-"-fast -KPIC -R."} 280 SFLAGS=${CFLAGS-"-fast -KPIC"}
281 CFLAGS=${CFLAGS-"-fast"} 281 CFLAGS=${CFLAGS-"-fast"}
282 if test $build64 -eq 1; then 282 if test $build64 -eq 1; then
283 # old versions of SunPRO/Workshop/Studio don't support -m64, 283 # old versions of SunPRO/Workshop/Studio don't support -m64,