]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix printf m test.
authorRoy Marples <roy@marples.name>
Tue, 27 Oct 2015 10:35:10 +0000 (10:35 +0000)
committerRoy Marples <roy@marples.name>
Tue, 27 Oct 2015 10:35:10 +0000 (10:35 +0000)
configure

index b2097c8d8ab185767c47d47ccbc1cbaae2a78089..241fe1abb397355ba832b2594cbf22cb2d1a98b9 100755 (executable)
--- a/configure
+++ b/configure
@@ -716,7 +716,7 @@ if [ -z "$HAVE_PRINTF_M" ]; then
 #ifdef __GLIBC__
 /* glibc has always had it */
 #elif defined(__UCLIBC_HAS_PRINTF_M_SPEC__)
-/* test uClibc
+/* test uClibc */
 #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