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:
parent
b6728b1b51
commit
a5b1b26c90
@ -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>
|
2003-07-01 Paolo Carlini <pcarlini@unitus.it>
|
||||||
|
|
||||||
PR libstdc++/11389
|
PR libstdc++/11389
|
||||||
@ -57,7 +63,7 @@
|
|||||||
* data/seekpos-2out.tst: New.
|
* data/seekpos-2out.tst: New.
|
||||||
* data/seekpos.txt: 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 ...
|
* src/locale.cc (__use_cache<numpunct>): Move from here ...
|
||||||
* include/bits/locale_facets.tcc (__use_cache<numpunct>): To
|
* include/bits/locale_facets.tcc (__use_cache<numpunct>): To
|
||||||
|
@ -1404,10 +1404,8 @@ enable_pch=GLIBCPP_ENABLE_PCH_DEFAULT)dnl
|
|||||||
AC_CACHE_VAL(glibcpp_pch_comp, [
|
AC_CACHE_VAL(glibcpp_pch_comp, [
|
||||||
AC_LANG_SAVE
|
AC_LANG_SAVE
|
||||||
AC_LANG_CPLUSPLUS
|
AC_LANG_CPLUSPLUS
|
||||||
AC_TRY_COMPILE([#include <math.h>
|
AC_TRY_COMPILE([#include <math.h>], ,
|
||||||
],
|
[glibcpp_pch_comp=yes], [glibcpp_pch_comp=no])
|
||||||
[ $1(0);],
|
|
||||||
[glibcpp_pch_comp=yes], [glibcpp_pch_comp=no])
|
|
||||||
AC_LANG_RESTORE
|
AC_LANG_RESTORE
|
||||||
])
|
])
|
||||||
fi
|
fi
|
||||||
|
6
libstdc++-v3/aclocal.m4
vendored
6
libstdc++-v3/aclocal.m4
vendored
@ -1416,10 +1416,8 @@ enable_pch=GLIBCPP_ENABLE_PCH_DEFAULT)dnl
|
|||||||
AC_CACHE_VAL(glibcpp_pch_comp, [
|
AC_CACHE_VAL(glibcpp_pch_comp, [
|
||||||
AC_LANG_SAVE
|
AC_LANG_SAVE
|
||||||
AC_LANG_CPLUSPLUS
|
AC_LANG_CPLUSPLUS
|
||||||
AC_TRY_COMPILE([#include <math.h>
|
AC_TRY_COMPILE([#include <math.h>], ,
|
||||||
],
|
[glibcpp_pch_comp=yes], [glibcpp_pch_comp=no])
|
||||||
[ $1(0);],
|
|
||||||
[glibcpp_pch_comp=yes], [glibcpp_pch_comp=no])
|
|
||||||
AC_LANG_RESTORE
|
AC_LANG_RESTORE
|
||||||
])
|
])
|
||||||
fi
|
fi
|
||||||
|
2381
libstdc++-v3/configure
vendored
2381
libstdc++-v3/configure
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user