From fc0e723805fa1940c15d4ffafbf950a7e1790af8 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Fri, 9 Feb 2007 10:55:20 +0000 Subject: [PATCH] Avoid using a comma in a message, since I can't be bothered looking up escaping rules --HG-- extra : convert_revision : d54373c24f26f372daacf83cfc56d78c381bf661 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 798becc..9652be7 100644 --- a/configure.in +++ b/configure.in @@ -612,7 +612,7 @@ if test -z "$no_ptc_check" ; then if test x"$cross_compiling" = x"no" ; then AC_CHECK_FILE("/dev/ptc", AC_DEFINE(HAVE_DEV_PTS_AND_PTC,,Use /dev/ptc & /dev/pts)) else - AC_MSG_NOTICE(Not checking for /dev/ptc & /dev/pts\, we're cross-compiling) + AC_MSG_NOTICE(Not checking for /dev/ptc & /dev/pts since we're cross-compiling) fi fi