mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
Avoid using a comma in a message, since I can't be bothered
looking up escaping rules --HG-- extra : convert_revision : d54373c24f26f372daacf83cfc56d78c381bf661
This commit is contained in:
parent
e9bc9e6bd7
commit
fc0e723805
@ -612,7 +612,7 @@ if test -z "$no_ptc_check" ; then
|
|||||||
if test x"$cross_compiling" = x"no" ; 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))
|
AC_CHECK_FILE("/dev/ptc", AC_DEFINE(HAVE_DEV_PTS_AND_PTC,,Use /dev/ptc & /dev/pts))
|
||||||
else
|
else
|
||||||
AC_MSG_NOTICE(Not checking for /dev/ptc & /dev/pts\, we're cross-compiling)
|
AC_MSG_NOTICE(Not checking for /dev/ptc & /dev/pts since we're cross-compiling)
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user