diff options
author | monty@donna.mysql.com <> | 2000-12-24 15:22:33 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-12-24 15:22:33 +0200 |
commit | 6ba7c07ce209bc3ce880fac4b5485bdf90541ff0 (patch) | |
tree | decaf5525533d4b56d277f4507959de40b717e13 /configure.in | |
parent | 4949aea3451804bcded20b29bb9608836b6fdcd5 (diff) | |
parent | b590fa2567f3a4c1f0055618fb4d06e1af7ae85b (diff) | |
download | mariadb-git-6ba7c07ce209bc3ce880fac4b5485bdf90541ff0.tar.gz |
merge
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index fbfb3119674..db2c93891eb 100644 --- a/configure.in +++ b/configure.in @@ -489,7 +489,8 @@ AC_CHECK_HEADERS(fcntl.h float.h floatingpoint.h ieeefp.h limits.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 \ - unistd.h utime.h sys/utime.h termio.h termios.h sched.h crypt.h alloca.h) + unistd.h utime.h sys/utime.h termio.h termios.h sched.h crypt.h alloca.h \ + sys/ioctl.h) #-------------------------------------------------------------------- # Check for system libraries. Adds the library to $LIBS |