From c256cf062f60beee0016c2812a1537e48743eb36 Mon Sep 17 00:00:00 2001 From: crs Date: Wed, 30 Oct 2002 22:22:16 +0000 Subject: [PATCH] Escaped quotes to satisfy older autoheader versions. --- acinclude.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 841621f0..709fb287 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -82,7 +82,7 @@ AC_DEFUN([ACX_CHECK_POLL], [ acx_poll_ok=yes, acx_poll_ok=no) AC_MSG_RESULT($acx_poll_ok) if test x"$acx_poll_ok" = xyes; then - ifelse([$1],,AC_DEFINE(HAVE_POLL,1,[Define if you have the `poll' function.]),[$1]) + ifelse([$1],,AC_DEFINE(HAVE_POLL,1,[Define if you have the \`poll\' function.]),[$1]) : else acx_poll_ok=no @@ -139,7 +139,7 @@ AC_DEFUN([ACX_CHECK_NANOSLEEP], [ # execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: if test x"$acx_nanosleep_ok" = xyes; then - ifelse([$1],,AC_DEFINE(HAVE_NANOSLEEP,1,[Define if you have the `nanosleep' function.]),[$1]) + ifelse([$1],,AC_DEFINE(HAVE_NANOSLEEP,1,[Define if you have the \`nanosleep\' function.]),[$1]) : else acx_nanosleep_ok=no