aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/aclocal.m4
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@gcc.gnu.org>2003-07-04 22:33:04 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2003-07-04 22:33:04 +0000
commitd542f114477193822d9e6805b2972f98e48cd873 (patch)
tree158b1808ae943b89d8aaa806ea864f59e5f88303 /libstdc++-v3/aclocal.m4
parent58add37a5a4d2a85bfcbde46f6d38fb69f6ce598 (diff)
downloadgcc-d542f114477193822d9e6805b2972f98e48cd873.zip
gcc-d542f114477193822d9e6805b2972f98e48cd873.tar.gz
gcc-d542f114477193822d9e6805b2972f98e48cd873.tar.bz2
[multiple changes]
2003-07-04 Benjamin Kosnik <bkoz@redhat.com> * acinclude.m4 (GLIBCPP_ENABLE_PCH): Fix missed variable. * aclocal.m4: Regenerate. * configure: Regenerate. 2003-07-04 Jerry Quinn <jlquinn@optonline.net> * include/bits/locale_facets.tcc (__int_to_char): Move common case to the top. From-SVN: r68942
Diffstat (limited to 'libstdc++-v3/aclocal.m4')
-rw-r--r--libstdc++-v3/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/aclocal.m4 b/libstdc++-v3/aclocal.m4
index 8858b4b..07e590a 100644
--- a/libstdc++-v3/aclocal.m4
+++ b/libstdc++-v3/aclocal.m4
@@ -1440,7 +1440,7 @@ enable_libstdcxx_pch=GLIBCPP_ENABLE_PCH_DEFAULT)dnl
AC_MSG_RESULT([$enable_libstdcxx_pch])
AM_CONDITIONAL(GLIBCPP_BUILD_PCH, test "$enable_libstdcxx_pch" = yes)
- if test "$enable_pch" = yes; then
+ if test "$enable_libstdcxx_pch" = yes; then
glibcpp_PCHFLAGS="-include bits/stdc++.h"
else
glibcpp_PCHFLAGS=""