diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-10-24 21:49:52 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-10-24 21:49:52 +0000 |
commit | 0903b40598b1b829409041efc4821da5d84934af (patch) | |
tree | 28f2401126b521fb0b9e9e815874d9c6f334f449 /hints/aix.sh | |
parent | 75d72f2c8b64d5e89ae0080adfff19385a568f22 (diff) | |
download | perl-0903b40598b1b829409041efc4821da5d84934af.tar.gz |
Another hints tweak.
p4raw-id: //depot/cfgperl@4447
Diffstat (limited to 'hints/aix.sh')
-rw-r--r-- | hints/aix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/aix.sh b/hints/aix.sh index 01017e2684..b7cfe4624f 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 |