Mercurial > dropbear
changeset 417:fb02e3180d90
Avoid using a comma in a message, since I can't be bothered
looking up escaping rules
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 09 Feb 2007 10:55:20 +0000 |
parents | 47bcc3536bd5 |
children | ab57ba0cb667 |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sun Feb 04 10:44:12 2007 +0000 +++ b/configure.in Fri Feb 09 10:55:20 2007 +0000 @@ -612,7 +612,7 @@ 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