aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2005-02-24 18:55:51 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2005-02-24 18:55:51 +0000
commitab9b9d2cf3d913401a88be046afe7113e6448e66 (patch)
tree28bc565584b06554d597fd44b4152762d8f08f74 /libstdc++-v3/configure
parent4961152d4362629a5d6892132bef11779052517b (diff)
downloadgcc-ab9b9d2cf3d913401a88be046afe7113e6448e66.zip
gcc-ab9b9d2cf3d913401a88be046afe7113e6448e66.tar.gz
gcc-ab9b9d2cf3d913401a88be046afe7113e6448e66.tar.bz2
std_complex.h: _GLIBCXX_USE_C99_COMPLEX_MATH to _GLIBCXX_USE_C99_COMPLEX.
2005-02-24 Benjamin Kosnik <bkoz@redhat.com> * include/std/std_complex.h: _GLIBCXX_USE_C99_COMPLEX_MATH to _GLIBCXX_USE_C99_COMPLEX. * acinclude.m4: Same. * acconfig.h: Same. * configure: Regenerate. * config.h.in: Same. From-SVN: r95508
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-xlibstdc++-v3/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index 2d5016a..4b59bfe 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -8633,7 +8633,7 @@ echo "${ECHO_T}$ac_c99_complex" >&6
if test x"$ac_c99_complex" = x"yes"; then
cat >>confdefs.h <<\_ACEOF
-#define _GLIBCXX_USE_C99_COMPLEX_MATH 1
+#define _GLIBCXX_USE_C99_COMPLEX 1
_ACEOF
fi