removed stdio.h stdio.c
This commit is contained in:
@ -156,8 +156,8 @@ AC_CHECK_FUNCS([pow fmod sin cos tan atan atan2 log log10 exp sqrt ceil floor ro
|
||||
AC_CHECK_FUNCS([powf fmodf sinf cosf tanf atanf atan2f logf log10f expf sqrtf ceilf floorf roundf])
|
||||
LIBS="$OLDLIBS"
|
||||
|
||||
if test "${platform_win32}" = "no"
|
||||
then
|
||||
dnl if test "${platform_win32}" = "no"
|
||||
dnl then
|
||||
AC_CHECK_FUNCS([quadmath_snprintf])
|
||||
if test "$ac_cv_func_quadmath_snprintf" = "no"
|
||||
then
|
||||
@ -183,7 +183,7 @@ then
|
||||
AC_CHECK_FUNCS([powq fmodq sinq cosq tanq atanq atan2q logq log10q expq sqrtq ceilq floorq roundq])
|
||||
AC_CHECK_FUNCS([strtoflt128])
|
||||
LIBS="$OLDLIBS"
|
||||
fi
|
||||
dnl fi
|
||||
AC_SUBST(QUADMATH_LIBS)
|
||||
|
||||
dnl OLDLIBS="$LIBS"
|
||||
|
Reference in New Issue
Block a user