index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2012-01-19 16:21:06 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-01-19 16:28:04 -0600 |
commit | 1eb40c83287b07ac7428ad2d58504f386fad98f1 (patch) | |
tree | f677ff39b387122ea9a528f45dfb4b7490211c2a /configure.ac | |
parent | 562109c0e8717eaac3b9078271c4ca4f82abfecd (diff) |
-rw-r--r-- | configure.ac | 3 |
diff --git a/configure.ac b/configure.ac index 0de908a3..a8b142ea 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 sys/mount.h \ + mntent.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]) |