summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2007-02-12 15:50:21 +0000
committerMatt Johnston <matt@ucc.asn.au>2007-02-12 15:50:21 +0000
commit8526c3a5c18e36c047747a33b0a0ff7baee93263 (patch)
tree5864ccab8a2e3c38c840bdf8c9eefc8d7db9e020
parent2e9505dd0ef72590c29c87457c72eb1f40bb5d18 (diff)
downloaddropbear-8526c3a5c18e36c047747a33b0a0ff7baee93263.tar.gz
Quote some message in configure
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 9652be7..4370b91 100644
--- a/configure.in
+++ b/configure.in
@@ -604,7 +604,7 @@ if test -z "$no_ptmx_check" ; then
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 -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 since we're cross-compiling)
+ AC_MSG_NOTICE([Not checking for /dev/ptc & /dev/pts since we're cross-compiling])
fi
fi