diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-01 06:21:34 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-01 06:21:34 +0000 |
commit | 9cef14dfb2136d2aaccd9f3cab3b11d5e360b666 (patch) | |
tree | 595c5f7b801ad7395ad7a544822e7b1b939af8a9 | |
parent | 2d15d84a01dcd76dd461b01b156bf00c4c4d9614 (diff) |
Add a whitespace
-rw-r--r-- | acinclude.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index aca50039c..e644670c2 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -69,7 +69,7 @@ AC_DEFUN([CURL_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE], [ ]) -dnl CURL_CHECK_DEF(SYMBOL, [INCLUDES], [SILENT]) +dnl CURL_CHECK_DEF (SYMBOL, [INCLUDES], [SILENT]) dnl ------------------------------------------------- dnl Use the C preprocessor to find out if the given object-style symbol dnl is defined and get its expansion. This macro will not use default @@ -3503,3 +3503,4 @@ AC_HELP_STRING([--without-ca-path], [Don't use a default CA path]), AC_MSG_RESULT([no]) fi ]) + |