[Libreoffice-commits] .: configure.in

Petr Mladek pmladek at kemper.freedesktop.org
Wed Mar 30 12:16:49 PDT 2011


 configure.in |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 2b5cd9f3ee7fab72084f1316eae465007e511076
Author: Petr Mladek <pmladek at suse.cz>
Date:   Wed Mar 30 21:15:54 2011 +0200

    rename --with-ct2n to --enable-ext-ct2n configure option
    
    to be in sync with other extensions

diff --git a/configure.in b/configure.in
index 7975445..eeca040 100755
--- a/configure.in
+++ b/configure.in
@@ -48,6 +48,11 @@ AC_ARG_ENABLE(ext-nlpsolver,
         [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,
     AS_HELP_STRING([--enable-ext-numbertext],
         [Enables the Numbertext extension.]),
@@ -7143,7 +7148,7 @@ dnl ===================================================================
 dnl Test whether to include ConvertTextToNumber extension
 dnl ===================================================================
 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])
 else
   AC_MSG_RESULT([yes])


More information about the Libreoffice-commits mailing list