# HG changeset patch # User Matt Johnston # Date 1171295421 0 # Node ID 126687f635dca2ac7b3bab63602a5c60f0254ae2 # Parent 67689b7ceaf07d2e303a8c918b9eff5f57cab699 Quote some message in configure diff -r 67689b7ceaf0 -r 126687f635dc configure.in --- 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