summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-08-08 22:35:02 +0000
committerKen Raeburn <raeburn@mit.edu>2004-08-08 22:35:02 +0000
commit818624d17b78f8f3561e8c6b81a0c19c70ad2f23 (patch)
treeafa0fae28bbdd4339b46b2af667b2660a27d9127 /src/ChangeLog
parent2aba238ac19a5d15d322fcb146f263f12ce5fb0d (diff)
downloadkrb5-818624d17b78f8f3561e8c6b81a0c19c70ad2f23.tar.gz
krb5-818624d17b78f8f3561e8c6b81a0c19c70ad2f23.tar.xz
krb5-818624d17b78f8f3561e8c6b81a0c19c70ad2f23.zip
* aclocal.m4 (KRB5_AC_ENABLE_THREADS): Clear PTHREAD_CFLAGS and PTHREAD_LIBS
after adding them to CFLAGS and LIBS respectively, to avoid duplicating the options later. (WITH_CC): Add -O on AIX also. Don't add options if similar options are already present. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16649 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b843fdfb01..1271185cf4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,8 +1,11 @@
2004-08-08 Ken Raeburn <raeburn@mit.edu>
* aclocal.m4 (KRB5_AC_ENABLE_THREADS): On AIX and OSF/1, always
- add $PTHREAD_CFLAGS to CFLAGS for use in later tests.
- (WITH_CC): If on AIX and not using gcc, add -qhalt=e to CFLAGS.
+ add $PTHREAD_CFLAGS to CFLAGS for use in later tests. Clear
+ PTHREAD_CFLAGS and PTHREAD_LIBS to avoid duplicating the options
+ later.
+ (WITH_CC): If on AIX and not using gcc, add -qhalt=e and -O to
+ CFLAGS if similar options are not already present.
2004-07-16 Ken Raeburn <raeburn@mit.edu>