diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-10-24 14:45:47 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-10-24 14:45:47 -0700 |
commit | 461a7b1e4551ee9018f7542c21ff32b0f9872e7f (patch) | |
tree | 9b94af8d879cb7ab5a1d9ede3eaa5baecd48c12c /ChangeLog | |
parent | 70996a373dd38296254029423ae6d87c02e7184a (diff) | |
download | glibc-461a7b1e4551ee9018f7542c21ff32b0f9872e7f.zip glibc-461a7b1e4551ee9018f7542c21ff32b0f9872e7f.tar.gz glibc-461a7b1e4551ee9018f7542c21ff32b0f9872e7f.tar.bz2 |
Rework compiler version check in configure.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2014-10-24 Roland McGrath <roland@hack.frob.com> + * configure.ac: Validate compiler version with a empirical test of + __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping + $CC -v output. + * configure: Regenerated. + * inet/htons.c (htons): Prototypify. * inet/htonl.c (htonl): Likewise. |