summaryrefslogtreecommitdiffstats
path: root/unix/aclocal.m4
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-08-21 19:41:18 (GMT)
committerhobbs <hobbs>1999-08-21 19:41:18 (GMT)
commit007c3c4a195e297a9e385055c041e995af7a5168 (patch)
treedfe96e7385610af84695d5662b2336785269f7e3 /unix/aclocal.m4
parent16581194340b8dbeaaba84d346e7353941fcb6c8 (diff)
downloadtcl-007c3c4a195e297a9e385055c041e995af7a5168.zip
tcl-007c3c4a195e297a9e385055c041e995af7a5168.tar.gz
tcl-007c3c4a195e297a9e385055c041e995af7a5168.tar.bz2
1999-08-21 Jeff Hobbs <hobbs@scriptics.com>
* unix/aclocal.m4: Changed AIX-4.[2-9] check to AIX-4.[1-9] [Bug: 1909]
Diffstat (limited to 'unix/aclocal.m4')
-rw-r--r--unix/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/aclocal.m4 b/unix/aclocal.m4
index d8f4be9..ba4770e 100644
--- a/unix/aclocal.m4
+++ b/unix/aclocal.m4
@@ -564,7 +564,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [
TCL_EXP_FILE=""
STLIB_LD="ar cr"
case $system in
- AIX-4.[[2-9]])
+ AIX-4.[[1-9]])
SHLIB_CFLAGS=""
SHLIB_LD="$fullSrcDir/ldAix /bin/ld -bhalt:4 -bM:SRE -bE:lib.exp -H512 -T512 -bnoentry"
SHLIB_LD_LIBS='${LIBS}'