diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e05018f7..7bf8b675 100644 --- a/configure.ac +++ b/configure.ac @@ -302,6 +302,10 @@ AC_ARG_WITH(plugins, AC_SUBST(GST_PLUGINS_SELECTED) +dnl Check for mmap (needed by electricfence plugin) +AC_FUNC_MMAP() +AM_CONDITIONAL(GST_HAVE_MMAP, test "x$ac_cv_func_mmap_fixed_mapped" == "xyes") + dnl ========================================================================== dnl ============================= sys plug-ins ================================ dnl ========================================================================== |