From: mquinson Date: Tue, 28 Sep 2004 12:19:09 +0000 (+0000) Subject: Kick AC_FUNC_MALLOC since the rpl_malloc segfault on AIX. There is something I don... X-Git-Tag: v3.3~4914 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/93413c0a2359997287c5051024cdd74266bd5c55 Kick AC_FUNC_MALLOC since the rpl_malloc segfault on AIX. There is something I don't understand out there git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@436 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure.ac b/configure.ac index 03d1d3b946..9552da78a9 100644 --- a/configure.ac +++ b/configure.ac @@ -51,9 +51,8 @@ AC_C_INLINE AC_TYPE_SIZE_T # Checks for library functions. -AC_FUNC_MALLOC -AC_FUNC_MEMCMP -AC_CHECK_FUNCS([memset strchr strerror usleep]) +dnl A C_FUNC_MEMCMP +dnl A C_CHECK_FUNCS([memset strchr strerror usleep]) # Can we rebuild the parsers? # We really want flex and refuse other lex. So, the parser is portable and @@ -79,7 +78,7 @@ dnl ####[ maint mode ]####################################################### AM_MAINTAINER_MODE if test x$USE_MAINTAINER_MODE = xyes then -# enable_iso_c=yes Ouais, un autre jour +# enable_iso_c=yes # Let's go funky GNOME_COMPILE_WARNINGS(yes) fi