From: Paul Jakma Date: Thu, 10 May 2007 17:05:16 +0000 (+0000) Subject: [autoconf] Fix missing space character in previous commit X-Git-Tag: frr-2.0-rc1~2509 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=2b5cb411cef38c28c0bfba2502f97770d55306b7;p=mirror%2Ffrr.git [autoconf] Fix missing space character in previous commit --- diff --git a/configure.ac b/configure.ac index fe127a4778..f66336cac1 100755 --- a/configure.ac +++ b/configure.ac @@ -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 -------------------------------