Reword the "you can't do setuid install without dumpcap" error mainly to take out the comma.

svn path=/trunk/; revision=24846
This commit is contained in:
Jeff Morriss 2008-04-08 13:17:26 +00:00
parent 25b308442d
commit 0761d4194a
1 changed files with 1 additions and 1 deletions

View File

@ -1122,7 +1122,7 @@ if test "x$enable_setuid_install" = "xno" ; then
AC_MSG_RESULT(no)
else
if test "x$enable_dumpcap" = "xno" ; then
AC_MSG_ERROR(Setuid install works only with --enable-dumpcap, but dumpcap is disabled)
AC_MSG_ERROR(Setuid install works only with dumpcap but dumpcap is disabled)
else
AC_MSG_RESULT(yes)
fi