From: Roy Marples Date: Mon, 26 Oct 2015 11:18:01 +0000 (+0000) Subject: Looks like NetBSD will never support printf %m so remove the commented out check. X-Git-Tag: v6.9.4~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd0cdf5f5ca34b199bf049271ca39fa4f439d749;p=thirdparty%2Fdhcpcd.git Looks like NetBSD will never support printf %m so remove the commented out check. --- diff --git a/configure b/configure index cea8815f..b2097c8d 100755 --- a/configure +++ b/configure @@ -717,8 +717,6 @@ if [ -z "$HAVE_PRINTF_M" ]; then /* glibc has always had it */ #elif defined(__UCLIBC_HAS_PRINTF_M_SPEC__) /* test uClibc -// NOTYET #elif defined(__NetBSD_Version__) && __NetBSD_Version__ >= 799002100 -/* NetBSD libc has had it since 7.99.22 */ #else /* If you're using musl libc (or any other libc with printf %m support), * you'll have to pass --with-printf_m to configure to shrink the binary