diff options
author | Yang Tse <yangsita@gmail.com> | 2008-10-02 04:27:42 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-10-02 04:27:42 +0000 |
commit | b64f0dace3312ab8e5fb58b9390a8926f6b7ad36 (patch) | |
tree | e22fe84a2828a68ec0e7a4d53974a31cdece3f65 /ares/m4 | |
parent | a7b95cacb6f9f4b429bab880f8d1a8b07e887443 (diff) |
fix comment
Diffstat (limited to 'ares/m4')
-rw-r--r-- | ares/m4/cares-compilers.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ares/m4/cares-compilers.m4 b/ares/m4/cares-compilers.m4 index 23aa017cc..5dcf03ee4 100644 --- a/ares/m4/cares-compilers.m4 +++ b/ares/m4/cares-compilers.m4 @@ -16,7 +16,7 @@ #*************************************************************************** # File version for 'aclocal' use. Keep it a single number. -# serial 1 +# serial 2 dnl CARES_CHECK_COMPILER @@ -176,8 +176,8 @@ AC_DEFUN([CARES_PROCESS_CC_BASIC_OPTS], [ dnl CARES_PROCESS_CC_DEBUG_OPTS dnl ------------------------------------------------- -dnl Sets compiler options/flags and other settings -dnl which depend on configure's debug given option. +dnl Sets compiler options/flags which depend on +dnl configure's debug given option. AC_DEFUN([CARES_PROCESS_CC_DEBUG_OPTS], [ AC_REQUIRE([CARES_CHECK_OPTION_DEBUG])dnl |