summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2007-05-10 17:05:16 +0000
committerPaul Jakma <paul.jakma@sun.com>2007-05-10 17:05:16 +0000
commit2b5cb411cef38c28c0bfba2502f97770d55306b7 (patch)
tree4fe33934114059daf14f6110216ee6d036c0486f /configure.ac
parentd46d2a24e997883d9e2623b4de36aa4a08ffc89c (diff)
[autoconf] Fix missing space character in previous commit
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fe127a47..f66336ca 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 -------------------------------