summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-06-03 17:58:31 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-06-03 17:58:31 +1000
commit67b3703da3c4a1f766b25dbe31aa2fed4a2ad656 (patch)
tree21afb72337c07cd02a416f10cacb6a8fc1998ba0 /ChangeLog
parentfcc7ff1de8db0647357a5846e4d629f4ca54a6b9 (diff)
- (dtucker) [configure.ac] Only try gcc -std=gnu99 if LLONG_MAX isn't
defined, and check that it helps before keeping it in CFLAGS. Some old gcc's don't set an error code when encountering an unknown value in -std. Found and tested by tim@.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a24199236..e6287c18a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
120050603
2 - (dtucker) [configure.ac] Only try gcc -std=gnu99 if LLONG_MAX isn't
3 defined, and check that it helps before keeping it in CFLAGS. Some old
4 gcc's don't set an error code when encountering an unknown value in -std.
5 Found and tested by tim@.
6
120050602 720050602
2 - (tim) [configure.ac] Some platforms need sys/types.h for arpa/nameser.h. 8 - (tim) [configure.ac] Some platforms need sys/types.h for arpa/nameser.h.
3 Take AC_CHECK_HEADERS test out of ultrix section. It caused other platforms 9 Take AC_CHECK_HEADERS test out of ultrix section. It caused other platforms
@@ -2673,4 +2679,4 @@
2673 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2679 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2674 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2680 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2675 2681
2676$Id: ChangeLog,v 1.3810 2005/06/03 03:28:29 tim Exp $ 2682$Id: ChangeLog,v 1.3811 2005/06/03 07:58:31 dtucker Exp $