diff options
author | Alexey Kopytov <Alexey.Kopytov@Sun.com> | 2010-06-02 13:54:40 +0400 |
---|---|---|
committer | Alexey Kopytov <Alexey.Kopytov@Sun.com> | 2010-06-02 13:54:40 +0400 |
commit | 40d4c07cd0b03eff55b0eef1c05fbee975bacc0b (patch) | |
tree | 4244efc8bee152cbcde5fddf50073ad10e02b784 /configure.in | |
parent | 6bd49855192c08306b8a6be3f6d19004de9da63c (diff) | |
parent | f3a83073972b510ffee922aac37434946ae0e0bc (diff) | |
download | mariadb-git-40d4c07cd0b03eff55b0eef1c05fbee975bacc0b.tar.gz |
Automerge.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index a2a3a6196fc..e572ab9280e 100644 --- a/configure.in +++ b/configure.in @@ -838,8 +838,8 @@ AC_TYPE_SIZE_T AC_HEADER_DIRENT AC_HEADER_STDC AC_HEADER_SYS_WAIT -AC_CHECK_HEADERS(fcntl.h fenv.h float.h floatingpoint.h ieeefp.h limits.h \ - memory.h pwd.h select.h \ +AC_CHECK_HEADERS(fcntl.h fenv.h float.h floatingpoint.h fpu_control.h \ + ieeefp.h limits.h memory.h pwd.h select.h \ stdlib.h stddef.h \ strings.h string.h synch.h sys/mman.h sys/socket.h netinet/in.h arpa/inet.h \ sys/timeb.h sys/types.h sys/un.h sys/vadvise.h sys/wait.h term.h \ |