comparison configure.in @ 431:126687f635dc

Quote some message in configure
author Matt Johnston <matt@ucc.asn.au>
date Mon, 12 Feb 2007 15:50:21 +0000
parents fb02e3180d90
children db4f6adcb7e2
comparison
equal deleted inserted replaced
430:67689b7ceaf0 431:126687f635dc
602 # Solaris needs ptmx 602 # Solaris needs ptmx
603 if test -z "$no_ptmx_check" ; then 603 if test -z "$no_ptmx_check" ; then
604 if test x"$cross_compiling" = x"no" ; then 604 if test x"$cross_compiling" = x"no" ; then
605 AC_CHECK_FILE("/dev/ptmx", AC_DEFINE(USE_DEV_PTMX,,Use /dev/ptmx)) 605 AC_CHECK_FILE("/dev/ptmx", AC_DEFINE(USE_DEV_PTMX,,Use /dev/ptmx))
606 else 606 else
607 AC_MSG_NOTICE(Not checking for /dev/ptmx, we're cross-compiling) 607 AC_MSG_NOTICE([Not checking for /dev/ptmx, we're cross-compiling])
608 fi 608 fi
609 fi 609 fi
610 610
611 if test -z "$no_ptc_check" ; then 611 if test -z "$no_ptc_check" ; then
612 if test x"$cross_compiling" = x"no" ; then 612 if test x"$cross_compiling" = x"no" ; then
613 AC_CHECK_FILE("/dev/ptc", AC_DEFINE(HAVE_DEV_PTS_AND_PTC,,Use /dev/ptc & /dev/pts)) 613 AC_CHECK_FILE("/dev/ptc", AC_DEFINE(HAVE_DEV_PTS_AND_PTC,,Use /dev/ptc & /dev/pts))
614 else 614 else
615 AC_MSG_NOTICE(Not checking for /dev/ptc & /dev/pts since we're cross-compiling) 615 AC_MSG_NOTICE([Not checking for /dev/ptc & /dev/pts since we're cross-compiling])
616 fi 616 fi
617 fi 617 fi
618 618
619 AC_EXEEXT 619 AC_EXEEXT
620 620