diff options
Diffstat (limited to 'hints')
-rw-r--r-- | hints/solaris_2.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index e27d026aa7..a2a4087931 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -376,8 +376,8 @@ EOM ;; esac case "$ccflags" in - *-DUSE_LONG_LONG*) ;; - *) ccflags="$ccflags -DUSE_LONG_LONG" ;; + *-DUSE_64_BITS*) ;; + *) ccflags="$ccflags -DUSE_64_BITS" ;; esac # When a 64-bit cc becomes available $archname64 # may need setting so that $archname gets it attached. |