Kaydet (Commit) 63f5fa4f authored tarafından Petr Mladek's avatar Petr Mladek

rename --with-ct2n to --enable-ext-ct2n configure option

to be in sync with other extensions
üst 083860b9
...@@ -48,6 +48,11 @@ AC_ARG_ENABLE(ext-nlpsolver, ...@@ -48,6 +48,11 @@ AC_ARG_ENABLE(ext-nlpsolver,
[Download and enables the NLPSolver extension.]), [Download and enables the NLPSolver extension.]),
,) ,)
AC_ARG_ENABLE(ext-ct2n,
AS_HELP_STRING([--enable-ext-ct2n],
[Enables the ConvertTextToNumber extension.]),
,)
AC_ARG_ENABLE(ext-numbertext, AC_ARG_ENABLE(ext-numbertext,
AS_HELP_STRING([--enable-ext-numbertext], AS_HELP_STRING([--enable-ext-numbertext],
[Enables the Numbertext extension.]), [Enables the Numbertext extension.]),
...@@ -7143,7 +7148,7 @@ dnl =================================================================== ...@@ -7143,7 +7148,7 @@ dnl ===================================================================
dnl Test whether to include ConvertTextToNumber extension dnl Test whether to include ConvertTextToNumber extension
dnl =================================================================== dnl ===================================================================
AC_MSG_CHECKING([for ConvertTextToNumber extension integration]) AC_MSG_CHECKING([for ConvertTextToNumber extension integration])
if test "z$with_ct2n" = "z" -o "z$with_ct2n" = "zno" ; then if test "z$enable_ext_ct2n" = "z" -o "z$enable_ext_ct2n" = "zno" ; then
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
else else
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment