diff options
author | Geoffrey Keating <geoffk@gcc.gnu.org> | 2003-08-21 02:19:33 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2003-08-21 02:19:33 +0000 |
commit | e50084fa44cb68c447efc11e53ec16bf09a578c0 (patch) | |
tree | 0b25d0572902e4493f2ad6a2c559842b6d9f1731 /ChangeLog | |
parent | b348267b2e2243e76433b8b7798695787a80cd0e (diff) | |
download | gcc-e50084fa44cb68c447efc11e53ec16bf09a578c0.zip gcc-e50084fa44cb68c447efc11e53ec16bf09a578c0.tar.gz gcc-e50084fa44cb68c447efc11e53ec16bf09a578c0.tar.bz2 |
Index: ChangeLog
2003-08-20 Geoffrey Keating <geoffk@apple.com>
PR 8180
* configure.in: When testing with_libs and with_headers, treat
'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
* configure: Regenerate.
Index: gcc/ChangeLog
2003-08-20 Geoffrey Keating <geoffk@apple.com>
PR 8180
* configure.in: When testing with_libs and with_headers, treat
'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
* configure: Regenerate.
From-SVN: r70634
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2003-08-20 Geoffrey Keating <geoffk@apple.com> + PR 8180 + * configure.in: When testing with_libs and with_headers, treat + 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>. + * configure: Regenerate. + * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for make, shell, etc. (baseargs): Likewise. |