Another hints tweak.
Jarkko Hietaniemi [Sun, 24 Oct 1999 21:49:52 +0000 (21:49 +0000)]
p4raw-id: //depot/cfgperl@4447

hints/aix.sh

index 01017e2..b7cfe46 100644 (file)
@@ -234,7 +234,7 @@ EOCBU
 # terminateAndUnload() which work correctly with C++ statics while libc
 # load() and unload() do not.  See ext/DynaLoader/dl_aix.xs.
 # The C-to-C_r switch is done by usethreads.cbu, if needed.
-if test -f /lib/libC.a -a X"$gccversion" = X; then
+if test -f /lib/libC.a -a X"`$cc -v 2>&1 | grep gcc`" = X; then
     # Cify libswanted.
     set `echo X "$libswanted "| sed -e 's/ c / C c /'`
     shift