mirror of
https://github.com/clearml/dropbear
synced 2025-02-12 07:25:30 +00:00
Quote some message in configure
--HG-- extra : convert_revision : 7446145ab71b78c7e0df3a567b4fd00bb7848b21
This commit is contained in:
parent
f5e9b12b60
commit
4941c43429
@ -604,7 +604,7 @@ if test -z "$no_ptmx_check" ; then
|
|||||||
if test x"$cross_compiling" = x"no" ; then
|
if test x"$cross_compiling" = x"no" ; then
|
||||||
AC_CHECK_FILE("/dev/ptmx", AC_DEFINE(USE_DEV_PTMX,,Use /dev/ptmx))
|
AC_CHECK_FILE("/dev/ptmx", AC_DEFINE(USE_DEV_PTMX,,Use /dev/ptmx))
|
||||||
else
|
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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -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 since 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