index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2012-01-21 21:31:39 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-01-23 12:14:58 -0600 |
commit | 44f146f232be5203fb01ad35fdf73122838df97c (patch) | |
tree | ebf99d8f46d91fe3f9f2c383e97c8b2dbb7b0bc2 /configure.ac | |
parent | edd4276bbf3d21a7353e3d67ce6639246ef8032d (diff) |
-rw-r--r-- | configure.ac | 3 |
diff --git a/configure.ac b/configure.ac index a8b142ea..0bf11e99 100644 --- a/configure.ac +++ b/configure.ac @@ -173,7 +173,8 @@ AM_CONDITIONAL([HAVE_LIBGPGME], [test "x$with_gpgme" = "xyes"]) # Checks for header files. AC_CHECK_HEADERS([fcntl.h float.h glob.h libintl.h limits.h locale.h \ - mntent.h stddef.h string.h sys/ioctl.h \ + mntent.h netinet/in.h netinet/tcp.h \ + stddef.h string.h sys/ioctl.h \ sys/mnttab.h sys/mount.h \ sys/param.h sys/statvfs.h sys/time.h sys/types.h \ sys/ucred.h syslog.h termios.h wchar.h]) |