diff options
author | Theodore Ts'o <tytso@mit.edu> | 2007-12-17 10:28:01 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2007-12-17 10:28:01 -0500 |
commit | b689b8dd14e69c652d2c8211bdef3effe81cfd65 (patch) | |
tree | 3917bfb935f6a11aea16af0934b1d7fdc9be0b52 /configure.in | |
parent | e6a4571eec5ce0e75fb8a5a41c30bf0e68d90efe (diff) | |
parent | 740837def7fc55ba6b0368f46a4b4abcaba0becd (diff) | |
download | e2fsprogs-b689b8dd14e69c652d2c8211bdef3effe81cfd65.tar.gz |
Merge branch 'maint' into next
Conflicts:
lib/ext2fs/closefs.c
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 e434454a..b28fc53d 100644 --- a/configure.in +++ b/configure.in @@ -550,6 +550,7 @@ if test $cross_compiling = no; then else AC_CHECK_PROGS(BUILD_CC, gcc cc) fi +AX_TLS AC_CHECK_HEADERS(stdlib.h unistd.h stdarg.h stdint.h errno.h malloc.h mntent.h paths.h dirent.h getopt.h setjmp.h signal.h termios.h linux/fd.h linux/major.h sys/disklabel.h sys/ioctl.h sys/mman.h sys/mkdev.h sys/prctl.h sys/queue.h sys/sockio.h sys/socket.h sys/sysmacros.h sys/time.h sys/stat.h sys/types.h sys/wait.h sys/resource.h net/if_dl.h netinet/in.h utime.h) AC_CHECK_HEADERS(sys/disk.h sys/mount.h,,, [[ @@ -656,7 +657,7 @@ AC_CHECK_MEMBER(struct sockaddr.sa_len, [#include <sys/types.h> #include <sys/socket.h>]) dnl -AC_CHECK_FUNCS(chflags getrusage llseek lseek64 open64 fstat64 getmntinfo strtoull strcasecmp srandom jrand48 fchown mallinfo fdatasync strnlen strptime strdup sysconf pathconf posix_memalign memalign valloc __secure_getenv prctl mmap utime) +AC_CHECK_FUNCS(chflags getrusage llseek lseek64 open64 fstat64 getmntinfo strtoull strcasecmp srandom jrand48 fchown mallinfo fdatasync strnlen strptime strdup sysconf pathconf posix_memalign memalign valloc __secure_getenv prctl mmap utime setresuid setresgid) dnl dnl Check to see if -lsocket is required (solaris) to make something dnl that uses socket() to compile; this is needed for the UUID library |