diff options
author | unknown <serg@serg.mylan> | 2004-02-13 15:30:00 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-02-13 15:30:00 +0100 |
commit | 4c6344ed6632f6f46f679b7194f2358452d5e04b (patch) | |
tree | b18d35bd6d44eca9b87d18a27bf8c62a767396fa /configure.in | |
parent | 9a3a0d7d4062982d0977b9268fd599d7b0745c2d (diff) | |
parent | e05c2a90da83787ed5f3e26fdada9040ec00ab27 (diff) | |
download | mariadb-git-4c6344ed6632f6f46f679b7194f2358452d5e04b.tar.gz |
Merge bk-internal:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
configure.in:
Auto merged
sql/item.h:
Auto merged
sql/item_func.cc:
Auto merged
sql/item_sum.h:
Auto merged
sql/sql_string.cc:
Auto merged
sql/sql_yacc.yy:
Auto merged
strings/ctype-simple.c:
Auto merged
strings/ctype-ucs2.c:
Auto merged
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 9cdb9d209c2..67a751f7e17 100644 --- a/configure.in +++ b/configure.in @@ -1828,7 +1828,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 \ |