Mercurial > dropbear
changeset 431:126687f635dc
Quote some message in configure
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 12 Feb 2007 15:50:21 +0000 |
parents | 67689b7ceaf0 |
children | 517e76bdfb2d |
files | configure.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Mon Feb 12 15:02:48 2007 +0000 +++ b/configure.in Mon Feb 12 15:50:21 2007 +0000 @@ -604,7 +604,7 @@ if test x"$cross_compiling" = x"no" ; then AC_CHECK_FILE("/dev/ptmx", AC_DEFINE(USE_DEV_PTMX,,Use /dev/ptmx)) else - AC_MSG_NOTICE(Not checking for /dev/ptmx, we're cross-compiling) + AC_MSG_NOTICE([Not checking for /dev/ptmx, we're cross-compiling]) fi fi @@ -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 since we're cross-compiling) + AC_MSG_NOTICE([Not checking for /dev/ptc & /dev/pts since we're cross-compiling]) fi fi