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
0462dd7f
Kaydet (Commit)
0462dd7f
authored
Eki 19, 2010
tarafından
Thomas Klausner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Only show "checking exception type" message on platforms where it is checked.
üst
afe97f9f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
configure.in
configure.in
+4
-4
No files found.
configure.in
Dosyayı görüntüle @
0462dd7f
...
@@ -2413,9 +2413,9 @@ fi
...
@@ -2413,9 +2413,9 @@ fi
dnl
*************************************************************
dnl
*************************************************************
dnl
Testing
for
exception
handling
-
dwarf2
or
sjlj
exceptions
...
dnl
Testing
for
exception
handling
-
dwarf2
or
sjlj
exceptions
...
dnl
*************************************************************
dnl
*************************************************************
AC_MSG_CHECKING
([
exception
type
])
AC_LANG_PUSH
([
C
++])
if
test
"$WITH_MINGWIN"
=
"yes"
;
then
if
test
"$WITH_MINGWIN"
=
"yes"
;
then
AC_MSG_CHECKING
([
exception
type
])
AC_LANG_PUSH
([
C
++])
AC_TRY_LINK
(
AC_TRY_LINK
(
[#
include
<
iostream
>
[#
include
<
iostream
>
...
@@ -2426,10 +2426,10 @@ extern "C" void _Unwind_SjLj_RaiseException(void) __attribute__ ((__noreturn__))
...
@@ -2426,10 +2426,10 @@ extern "C" void _Unwind_SjLj_RaiseException(void) __attribute__ ((__noreturn__))
[
exceptions_type
=
"sjlj"
],
[
exceptions_type
=
"sjlj"
],
[
exceptions_type
=
"dwarf2"
]
[
exceptions_type
=
"dwarf2"
]
)
)
AC_MSG_RESULT
($
exceptions_type
)
AC_LANG_POP
([
C
++])
fi
fi
AC_MSG_RESULT
($
exceptions_type
)
AC_LANG_POP
([
C
++])
EXCEPTIONS
=
"$exceptions_type"
EXCEPTIONS
=
"$exceptions_type"
AC_SUBST
(
EXCEPTIONS
)
AC_SUBST
(
EXCEPTIONS
)
...
...
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