summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-04 16:20:11 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-04 16:20:56 +0200
commit4cb02aa928d3e41f636d0e01356c7a3cb51018ee (patch)
tree2fc66511dcfeb7bd05efc58b495ef41bc8a555db /configure.ac
parent8dd92d661dd50b7af5563242c9ffe2ce418f0f15 (diff)
downloadlibrpm-tizen-4cb02aa928d3e41f636d0e01356c7a3cb51018ee.tar.gz
librpm-tizen-4cb02aa928d3e41f636d0e01356c7a3cb51018ee.tar.bz2
librpm-tizen-4cb02aa928d3e41f636d0e01356c7a3cb51018ee.zip
Re-enable mmap test in configure & fix the code build again
- this stuff has been disabled for years, lets see what breaks...
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index f0ce2a561..b31727381 100644
--- a/configure.ac
+++ b/configure.ac
@@ -514,10 +514,7 @@ AC_TYPE_SIZE_T
dnl Checks for library functions.
AC_FUNC_VPRINTF
-dnl XXX don't want to re-enable code that's been unused for years at this
-dnl point, but should offer good performance improvements, check after
-dnl 4.4.2.1...
-dnl AC_FUNC_MMAP
+AC_FUNC_MMAP
AC_CHECK_FUNCS(mtrace)
AC_CHECK_FUNCS(strndup)