From: Jarkko Hietaniemi Date: Sun, 24 Oct 1999 21:49:52 +0000 (+0000) Subject: Another hints tweak. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0903b40598b1b829409041efc4821da5d84934af;p=p5sagit%2Fp5-mst-13.2.git Another hints tweak. p4raw-id: //depot/cfgperl@4447 --- diff --git a/hints/aix.sh b/hints/aix.sh index 01017e2..b7cfe46 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -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