From: Dave Hart Date: Wed, 21 Oct 2009 15:38:30 +0000 (+0000) Subject: configure.ac: X-Git-Tag: NTP_4_2_5P236_RC~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=759f18f0fbe3ecaea2467088a752d179e6c3b7b2;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 c8f8cb028..12b5b3487 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)