Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
63f5fa4f
Kaydet (Commit)
63f5fa4f
authored
Mar 30, 2011
tarafından
Petr Mladek
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
rename --with-ct2n to --enable-ext-ct2n configure option
to be in sync with other extensions
üst
083860b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
configure.in
configure.in
+6
-1
No files found.
configure.in
Dosyayı görüntüle @
63f5fa4f
...
@@ -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])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment