summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2014-08-17 13:11:55 -0700
committerSam Lantinga <slouken@libsdl.org>2014-08-17 13:11:55 -0700
commit47f40262b5f254c409953e4542b64053d9cc7076 (patch)
treed4d69c6ca3f798b5ea33144eb4516af24ea3552b /configure
parent71c7e4c8d4d58c2aebbc7d85f51af544546834c8 (diff)
Removed SDL_round() because the license wasn't compatible with zlib
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index beb7b8e9af..08ecfbf358 100755
--- a/configure
+++ b/configure
@@ -16641,7 +16641,7 @@ if test "x$ac_cv_lib_m_pow" = xyes; then :
LIBS="$LIBS -lm"; EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lm"
fi
- for ac_func in atan atan2 acos asin ceil copysign cos cosf fabs floor log pow round scalbn sin sinf sqrt sqrtf tan tanf
+ for ac_func in atan atan2 acos asin ceil copysign cos cosf fabs floor log pow scalbn sin sinf sqrt sqrtf tan tanf
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"