acinclude.m4 (GLIBCPP_ENABLE_PCH): Fix obvious error.

2003-07-01  Benjamin Kosnik  <bkoz@redhat.com>

	* acinclude.m4 (GLIBCPP_ENABLE_PCH): Fix obvious error.
	* aclocal.m4: Regenerated.
	* configure: Regenerated.

From-SVN: r68792
This commit is contained in:
Benjamin Kosnik 2003-07-01 20:55:19 +00:00
parent b6728b1b51
commit a5b1b26c90
4 changed files with 1201 additions and 1200 deletions

View File

@ -1,3 +1,9 @@
2003-07-01 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4 (GLIBCPP_ENABLE_PCH): Fix obvious error.
* aclocal.m4: Regenerated.
* configure: Regenerated.
2003-07-01 Paolo Carlini <pcarlini@unitus.it>
PR libstdc++/11389
@ -57,7 +63,7 @@
* data/seekpos-2out.tst: New.
* data/seekpos.txt: New.
2003-06-27 Jerry Quinn <jlquinn@optonline.net>
2003-06-30 Jerry Quinn <jlquinn@optonline.net>
* src/locale.cc (__use_cache<numpunct>): Move from here ...
* include/bits/locale_facets.tcc (__use_cache<numpunct>): To

View File

@ -1404,10 +1404,8 @@ enable_pch=GLIBCPP_ENABLE_PCH_DEFAULT)dnl
AC_CACHE_VAL(glibcpp_pch_comp, [
AC_LANG_SAVE
AC_LANG_CPLUSPLUS
AC_TRY_COMPILE([#include <math.h>
],
[ $1(0);],
[glibcpp_pch_comp=yes], [glibcpp_pch_comp=no])
AC_TRY_COMPILE([#include <math.h>], ,
[glibcpp_pch_comp=yes], [glibcpp_pch_comp=no])
AC_LANG_RESTORE
])
fi

View File

@ -1416,10 +1416,8 @@ enable_pch=GLIBCPP_ENABLE_PCH_DEFAULT)dnl
AC_CACHE_VAL(glibcpp_pch_comp, [
AC_LANG_SAVE
AC_LANG_CPLUSPLUS
AC_TRY_COMPILE([#include <math.h>
],
[ $1(0);],
[glibcpp_pch_comp=yes], [glibcpp_pch_comp=no])
AC_TRY_COMPILE([#include <math.h>], ,
[glibcpp_pch_comp=yes], [glibcpp_pch_comp=no])
AC_LANG_RESTORE
])
fi

2381
libstdc++-v3/configure vendored

File diff suppressed because it is too large Load Diff