summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-02-12 19:59:35 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-12 19:59:35 +0000
commit94df4d2ab76934dcf4ec269f14d43b90d758be98 (patch)
treecb48b3d812b573b2ce939dc036d8145886943e52 /hints
parentad5513430ad41d3071839f83eb3da57da67fe68e (diff)
downloadperl-94df4d2ab76934dcf4ec269f14d43b90d758be98.tar.gz
uselonglong sits deep.
p4raw-id: //depot/cfgperl@5071
Diffstat (limited to 'hints')
-rw-r--r--hints/solaris_2.sh4
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.