aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2008-04-08 13:17:26 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2008-04-08 13:17:26 +0000
commit0761d4194a996ccbbe76871a9c3e19794a05b7a9 (patch)
tree280663d907b6806b2a05412743433eadb1e46ff7
parent25b308442d776636043e1dfc2f2421f8a1183d4b (diff)
Reword the "you can't do setuid install without dumpcap" error mainly to take out the comma.
svn path=/trunk/; revision=24846
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 44e14e62b4..c0d8d75053 100644
--- a/configure.in
+++ b/configure.in
@@ -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