diff options
author | joreland@mysql.com <> | 2005-02-21 11:48:44 +0100 |
---|---|---|
committer | joreland@mysql.com <> | 2005-02-21 11:48:44 +0100 |
commit | 347c7002116976de8dd92486853b12a49233749b (patch) | |
tree | 51de6c3bc49e39b1e18254717dddc0899242a4bf /configure.in | |
parent | f2ae473334c18c3e59ec735fcb1ff05a686397e6 (diff) | |
parent | a46715787875aaae2fdc6357a7a6bfbe954185f7 (diff) | |
download | mariadb-git-347c7002116976de8dd92486853b12a49233749b.tar.gz |
Merge mysql.com:/home/jonas/src/mysql-5.0
into mysql.com:/home/jonas/src/mysql-5.0-ndb
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 73f4d0fa938..93d6cbe515e 100644 --- a/configure.in +++ b/configure.in @@ -1887,7 +1887,7 @@ AC_CHECK_FUNCS(alarm bcmp bfill bmove bzero chsize cuserid fchmod fcntl \ getcwd gethostbyaddr_r gethostbyname_r getpass getpassphrase getpwnam \ getpwuid getrlimit getrusage getwd gmtime_r index initgroups isnan \ localtime_r locking longjmp lrand48 madvise mallinfo memcpy memmove \ - mkstemp mlockall perror poll pread pthread_attr_create mmap \ + mkstemp mlockall perror poll pread pthread_attr_create mmap getpagesize \ pthread_attr_getstacksize pthread_attr_setprio pthread_attr_setschedparam \ pthread_attr_setstacksize pthread_condattr_create pthread_getsequence_np \ pthread_key_delete pthread_rwlock_rdlock pthread_setprio \ |