Remove HAVE_ROUND, it is not used anymore

This commit is contained in:
Paul Cornett 2022-11-28 09:11:01 -08:00
parent 58f5a885ec
commit 7d070a7e83
6 changed files with 0 additions and 70 deletions

45
configure vendored
View file

@ -32936,51 +32936,6 @@ _ACEOF
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for round" >&5
$as_echo_n "checking for round... " >&6; }
if ${wx_cv_func_round+:} false; then :
$as_echo_n "(cached) " >&6
else
ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <math.h>
int
main ()
{
return int(round(0.0))
;
return 0;
}
_ACEOF
if ac_fn_cxx_try_link "$LINENO"; then :
wx_cv_func_round=yes
else
wx_cv_func_round=no
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $wx_cv_func_round" >&5
$as_echo "$wx_cv_func_round" >&6; }
if test "$wx_cv_func_round" = yes; then
$as_echo "#define HAVE_ROUND 1" >>confdefs.h
fi
if test "$TOOLKIT" != "MSW"; then
if test "$wxUSE_LIBICONV" != "no" ; then