acinclude.m4: Don't AC_REPLACE_MATHFUNCS expf and atan2f.
* acinclude.m4: Don't AC_REPLACE_MATHFUNCS expf and atan2f. * aclocal.m4: Regenerate. * configure: Same. From-SVN: r43898
This commit is contained in:
parent
10c2a453f1
commit
2253525c31
4 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
2001-07-10 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
|
||||
|
||||
* acinclude.m4: Don't AC_REPLACE_MATHFUNCS expf and atan2f.
|
||||
* aclocal.m4: Regenerate.
|
||||
* configure: Same.
|
||||
|
||||
2001-07-09 Phil Edwards <pme@sources.redhat.com>
|
||||
|
||||
* docs/html/configopts.html: Fix thinko.
|
||||
|
|
|
@ -734,7 +734,7 @@ dnl GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT
|
|||
AC_DEFUN(GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT, [
|
||||
dnl Check for complex versions of math functions of platform.
|
||||
AC_CHECK_LIB(m, main)
|
||||
AC_REPLACE_MATHFUNCS(nan hypot hypotf atan2f expf copysignf)
|
||||
AC_REPLACE_MATHFUNCS(nan hypot hypotf copysignf)
|
||||
|
||||
dnl Compile the long double complex functions only if the function
|
||||
dnl provides the non-complex long double functions that are needed.
|
||||
|
|
2
libstdc++-v3/aclocal.m4
vendored
2
libstdc++-v3/aclocal.m4
vendored
|
@ -746,7 +746,7 @@ dnl GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT
|
|||
AC_DEFUN(GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT, [
|
||||
dnl Check for complex versions of math functions of platform.
|
||||
AC_CHECK_LIB(m, main)
|
||||
AC_REPLACE_MATHFUNCS(nan hypot hypotf atan2f expf copysignf)
|
||||
AC_REPLACE_MATHFUNCS(nan hypot hypotf copysignf)
|
||||
|
||||
dnl Compile the long double complex functions only if the function
|
||||
dnl provides the non-complex long double functions that are needed.
|
||||
|
|
4
libstdc++-v3/configure
vendored
4
libstdc++-v3/configure
vendored
|
@ -4174,7 +4174,7 @@ else
|
|||
echo "$ac_t""no" 1>&6
|
||||
fi
|
||||
|
||||
for ac_func in nan hypot hypotf atan2f expf copysignf
|
||||
for ac_func in nan hypot hypotf copysignf
|
||||
do
|
||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||
echo "configure:4181: checking for $ac_func" >&5
|
||||
|
@ -14973,7 +14973,7 @@ else
|
|||
echo "$ac_t""no" 1>&6
|
||||
fi
|
||||
|
||||
for ac_func in nan hypot hypotf atan2f expf copysignf
|
||||
for ac_func in nan hypot hypotf copysignf
|
||||
do
|
||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||
echo "configure:14980: checking for $ac_func" >&5
|
||||
|
|
Loading…
Add table
Reference in a new issue