aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2016-04-06 22:01:23 +0200
committerMartin Kaiser <wireshark@kaiser.cx>2016-04-06 20:03:51 +0000
commit0f9edb39b1cb7cde3365a323f1313bcfea803ca9 (patch)
tree686ced5e031afb20f001bf8f7d8aab6b38c1ba25 /configure.ac
parent5f4f7bcdc1ac412b35c554ff9f6ce76de5a56a6e (diff)
configure.ac: fix a help string
Change-Id: I9b079caae968dbccf5015da91d97f5a8881d2a1a Reviewed-on: https://code.wireshark.org/review/14833 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7ec636843f..0eb7c33496 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2941,7 +2941,7 @@ AC_MSG_CHECKING(whether to build randpktdump)
AC_ARG_ENABLE(randpktdump,
AC_HELP_STRING( [--enable-randpktdump],
- [build androiddump @<:@default=yes@:>@]),
+ [build randpktdump @<:@default=yes@:>@]),
randpktdump=$enableval,enable_randpktdump=yes)
if test "x$have_extcap" != xyes; then