[autoconf] Fix missing space character in previous commit

This commit is contained in:
Paul Jakma 2007-05-10 17:05:16 +00:00
parent d46d2a24e9
commit 2b5cb411ce

View File

@ -644,7 +644,7 @@ AC_FUNC_STRFTIME
dnl Avoid AC_FUNC_STRNLEN because it pulls in AC_SYSTEM_EXTENSIONS which 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 can lead to strange side effects. So we just check for strnlen
dnl directly, see below. dnl directly, see below.
dnlAC_FUNC_STRNLENdnl dnl AC_FUNC_STRNLENdnl
AC_FUNC_VPRINTF AC_FUNC_VPRINTF
dnl ------------------------------- dnl -------------------------------