X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b582c36a70a50b376da63ceacf2354d1a47c5ac7..33a9da85867c540b95d99573defe39b47c5f6f45:/configure.ac diff --git a/configure.ac b/configure.ac index aae49411ee..33f3d8ebd8 100644 --- a/configure.ac +++ b/configure.ac @@ -20,6 +20,14 @@ AC_LANG([C]) AC_PROG_CXX AM_PROG_GCJ +dnl ########### Addition for mmalloc (to be integrated into Cmake tools) +AC_FUNC_MMAP +AC_CHECK_HEADERS(limits.h stddef.h unistd.h) + +BFD_NEED_DECLARATION(sbrk) +BFD_NEED_DECLARATION(getpagesize) +dnl ########### end of addition for mmalloc + AM_INIT_AUTOMAKE([gnu -Wno-portability]) AC_CONFIG_MACRO_DIR(acmacro) ACLOCAL="$ACLOCAL -I acmacro"