summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorserg@serg.mylan <>2004-02-13 15:27:21 +0100
committerserg@serg.mylan <>2004-02-13 15:27:21 +0100
commit5914e5705c62e065d52754d2e33f7224398d3e0e (patch)
treee72eb3285c6d77bd43ee040603595ce715626551 /configure.in
parent67fbc4d2b70ffeab70d547a59e2d9af05c8e3d41 (diff)
downloadmariadb-git-5914e5705c62e065d52754d2e33f7224398d3e0e.tar.gz
my_atof is deleted
strtod from mit-threads is restored and cleaned up
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e607f87747b..3eb1befb29e 100644
--- a/configure.in
+++ b/configure.in
@@ -1825,7 +1825,7 @@ AC_CHECK_FUNCS(alarm bmove \
strtol strtoul strtoll strtoull snprintf tempnam thr_setconcurrency \
gethostbyaddr_r gethostbyname_r getpwnam \
bfill bzero bcmp strstr strpbrk strerror \
- tell atod memcpy memmove \
+ tell isinf memcpy memmove \
setupterm strcasecmp sighold vidattr lrand48 localtime_r gmtime_r \
sigset sigthreadmask pthread_sigmask pthread_setprio pthread_setprio_np \
pthread_setschedparam pthread_attr_setprio pthread_attr_setschedparam \