]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Looks like NetBSD will never support printf %m so remove the commented out check.
authorRoy Marples <roy@marples.name>
Mon, 26 Oct 2015 11:18:01 +0000 (11:18 +0000)
committerRoy Marples <roy@marples.name>
Mon, 26 Oct 2015 11:18:01 +0000 (11:18 +0000)
configure

index cea8815f04b5dd0d8fc7f9e07d2e8f4f45113015..b2097c8d8ab185767c47d47ccbc1cbaae2a78089 100755 (executable)
--- 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