]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
configure.ac:
authorDave Hart <hart@ntp.org>
Wed, 21 Oct 2009 15:38:30 +0000 (15:38 +0000)
committerDave Hart <hart@ntp.org>
Wed, 21 Oct 2009 15:38:30 +0000 (15:38 +0000)
  AC_FUNC_MALLOC is unneeded, breaks cross-compile with uClibc with
    undefined references to rpl_malloc

bk: 4adf2af6E-2XbCXx4uiC7Cujv99XKw

sntp/configure.ac

index c8f8cb028e12ac79a8e55161f2f0facde87dbea9..12b5b3487a64cc7c82dd1624250d27e8b1ea951f 100644 (file)
@@ -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)