Mercurial > dropbear
comparison configure.in @ 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 | 59531221b846 |
children | 126687f635dc |
comparison
equal
deleted
inserted
replaced
412:47bcc3536bd5 | 417:fb02e3180d90 |
---|---|
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\, 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 |