summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aclocal/ax_thrift_gen.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/ax_thrift_gen.m4 b/aclocal/ax_thrift_gen.m4
index c2008697f..51661fca5 100644
--- a/aclocal/ax_thrift_gen.m4
+++ b/aclocal/ax_thrift_gen.m4
@@ -12,7 +12,7 @@ dnl @license AllPermissive
AC_DEFUN([AX_THRIFT_GEN],
[
AC_ARG_ENABLE([gen-$1],
- AC_HELP_STRING([--enable-gen-$1], [Enable the $2 compiler. Default is $3]),
+ AC_HELP_STRING([--enable-gen-$1], [enable the $2 compiler @<:@default=$3@:>@]),
[ax_thrift_gen_$1="$enableval"],
[ax_thrift_gen_$1=$3]
)