summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-05 12:14:37 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-05 12:16:52 +0200
commit5085ae9923d5995e5f285dc54f45b38cf3d09698 (patch)
treef0b6ebc8ced116aa783a9a5c5d6d5b726fa6483c /configure.ac
parentf978dc78b4092f3dd05255a5cd3e33d786aba359 (diff)
downloadlibrpm-tizen-5085ae9923d5995e5f285dc54f45b38cf3d09698.tar.gz
librpm-tizen-5085ae9923d5995e5f285dc54f45b38cf3d09698.tar.bz2
librpm-tizen-5085ae9923d5995e5f285dc54f45b38cf3d09698.zip
Move sys/mman.h include out of system.h to the places that care
- just two places where needed, dont pollute system.h needlessly - include depending on HAVE_MMAP instead of separately checking for sys/mman.h, if sys/mman.h doesn't exist or is broken HAVE_MMAP wont be set
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9b83e5a12..bf53a75dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -358,7 +358,7 @@ AC_CHECK_HEADERS(limits.h)
AC_CHECK_HEADERS(fcntl.h getopt.h memory.h)
AC_CHECK_HEADERS(sys/ipc.h)
-AC_CHECK_HEADERS(sys/mman.h sys/utsname.h sys/wait.h)
+AC_CHECK_HEADERS(sys/utsname.h sys/wait.h)
AC_CHECK_HEADERS(mntent.h sys/mnttab.h sys/systemcfg.h)
AC_CHECK_HEADERS(sys/mount.h sys/mntctl.h sys/param.h sys/vmount.h)