diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-10-07 00:18:30 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-10-07 00:18:30 +0200 |
commit | eeca1f8694ccd0a8271d10e73c628b4a062ed9a5 (patch) | |
tree | bdc3aa6c3bc64c0e737a8b1298895fbe9f8d6b5b /configure.in | |
parent | 9c32088322f69155d91f6033319ebb03d108f044 (diff) | |
parent | 4a4aa358f39c85fef7486a857abde11615544f71 (diff) | |
download | mariadb-git-eeca1f8694ccd0a8271d10e73c628b4a062ed9a5.tar.gz |
merge with 5.1
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 ffdcd937c11..a7d8f557e75 100644 --- a/configure.in +++ b/configure.in @@ -865,7 +865,7 @@ AC_HEADER_STDC AC_HEADER_SYS_WAIT AC_CHECK_HEADERS(fcntl.h fenv.h float.h floatingpoint.h fpu_control.h \ ieeefp.h limits.h memory.h pwd.h select.h fnmatch.h \ - stdlib.h stddef.h sys/stat.h \ + stdlib.h stddef.h sys/stat.h sys/sockio.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 \ unistd.h utime.h sys/utime.h termio.h termios.h sched.h crypt.h alloca.h \ |