summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 7faf28134d..f76f03cdd4 100755
--- a/configure
+++ b/configure
@@ -758,6 +758,7 @@ HAVE_LIST="
soundcard_h
poll_h
sys_mman_h
+ sys_resource_h
sys_select_h
sys_soundcard_h
termios_h
@@ -1577,6 +1578,7 @@ check_header conio.h
check_header dlfcn.h
check_header malloc.h
check_header sys/mman.h
+check_header sys/resource.h
check_header termios.h
if ! enabled_any memalign memalign_hack && enabled need_memalign ; then