]> git.puffer.fish Git - mirror/frr.git/commitdiff
[autoconf] Fix missing space character in previous commit
authorPaul Jakma <paul.jakma@sun.com>
Thu, 10 May 2007 17:05:16 +0000 (17:05 +0000)
committerPaul Jakma <paul.jakma@sun.com>
Thu, 10 May 2007 17:05:16 +0000 (17:05 +0000)
configure.ac

index fe127a477855531394aab5e20234f70d6d4c25d7..f66336cac1122c73d4946892722d5071e1e42f7f 100755 (executable)
@@ -644,7 +644,7 @@ AC_FUNC_STRFTIME
 dnl Avoid AC_FUNC_STRNLEN because it pulls in AC_SYSTEM_EXTENSIONS which
 dnl can lead to strange side effects.  So we just check for strnlen
 dnl directly, see below.
-dnlAC_FUNC_STRNLENdnl
+dnl AC_FUNC_STRNLENdnl
 AC_FUNC_VPRINTF
 
 dnl -------------------------------