From: Dave Hart Date: Wed, 21 Oct 2009 15:38:30 +0000 (+0000) Subject: configure.ac: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfa206e8373eeab67fc3ba2d3807a70dab9a3000;p=thirdparty%2Fntp.git configure.ac: AC_FUNC_MALLOC is unneeded, breaks cross-compile with uClibc with undefined references to rpl_malloc bk: 4adf2af6E-2XbCXx4uiC7Cujv99XKw --- diff --git a/sntp/configure.ac b/sntp/configure.ac index c8f8cb028e..12b5b3487a 100644 --- a/sntp/configure.ac +++ b/sntp/configure.ac @@ -588,7 +588,6 @@ AC_DEFINE(HAVE_NO_NICE, 1, [sntp does not care about 'nice']) AC_DEFINE(HAVE_TERMIOS, 1, [sntp does not care about TTY stuff]) # Checks for library functions. -AC_FUNC_MALLOC AC_CHECK_FUNCS([atexit memset socket]) AC_MSG_CHECKING(for bin subdirectory)