]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(AC_CHECK_FUNC): Remove quotes in comment in test program.
authorRoland McGrath <roland@gnu.org>
Sat, 25 Feb 1995 06:46:06 +0000 (06:46 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 25 Feb 1995 06:46:06 +0000 (06:46 +0000)
acgeneral.m4
lib/autoconf/general.m4

index 109cba181ff1a93be4286e874126b6873d20abeb..15fbd40ad079824b899bcd5b5a5b0fceb628fd5a 100644 (file)
@@ -1472,7 +1472,7 @@ AC_DEFUN(AC_CHECK_FUNC,
 AC_CACHE_VAL(ac_cv_func_$1,
 [AC_TRY_LINK(
 [/* This header should be one that does not declare any functions.
-    Such declarations can conflict with `char $1();' below.  */
+    Such declarations can conflict with char $1(); below.  */
 #include <errno.h> /* Arbitrary system header to define __stub macros. */
 /* Override any gcc2 internal prototype to avoid an error.  */
 ]ifelse(AC_LANG, CPLUSPLUS, [#ifdef __cplusplus
index 109cba181ff1a93be4286e874126b6873d20abeb..15fbd40ad079824b899bcd5b5a5b0fceb628fd5a 100644 (file)
@@ -1472,7 +1472,7 @@ AC_DEFUN(AC_CHECK_FUNC,
 AC_CACHE_VAL(ac_cv_func_$1,
 [AC_TRY_LINK(
 [/* This header should be one that does not declare any functions.
-    Such declarations can conflict with `char $1();' below.  */
+    Such declarations can conflict with char $1(); below.  */
 #include <errno.h> /* Arbitrary system header to define __stub macros. */
 /* Override any gcc2 internal prototype to avoid an error.  */
 ]ifelse(AC_LANG, CPLUSPLUS, [#ifdef __cplusplus