diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-15 00:07:06 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-15 00:07:06 +0000 |
commit | b4cd3ac18c68fac10803117019fa4d8072123bc6 (patch) | |
tree | 1235abb20ae0dc8903a4d8faa1acb4c000420070 /hints | |
parent | b621ec8a698460b51809249a67bcb91975afb606 (diff) | |
download | perl-b4cd3ac18c68fac10803117019fa4d8072123bc6.tar.gz |
abort instead of just promising.
p4raw-id: //depot/cfgperl@5088
Diffstat (limited to 'hints')
-rw-r--r-- | hints/aix.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hints/aix.sh b/hints/aix.sh index c7020c8d66..aade058237 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -145,6 +145,7 @@ For pthreads you should use the AIX C compiler cc_r. But I cannot find it as /bin/cc_r. Cannot continue, aborting. EOM + exit 1 fi ;; '') |