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
2eb39893
Kaydet (Commit)
2eb39893
authored
Agu 16, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Having a pkg-config on the Mac *will* break the build, so error out
Change-Id: I2393b893766acd9f630100c7b4ef1e15360f80b4
üst
b57ebd8c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
configure.in
configure.in
+3
-5
No files found.
configure.in
Dosyayı görüntüle @
2eb39893
...
...
@@ -4296,14 +4296,12 @@ if test $_os = Darwin; then
AC_MSG_CHECKING([for bogus pkg-config])
if test -n "$PKG_CONFIG"; then
if test "$PKG_CONFIG" = /usr/bin/pkg-config && ls -l /usr/bin/pkg-config | $GREP -q Mono.framework; then
AC_MSG_
RESULT([yes, from Mono
])
AC_MSG_
ERROR([yes, from Mono. This *will* break the build. Please remove or hide $PKG_CONFIG
])
else
AC_MSG_
RESULT([yes, from unknown origin
])
AC_MSG_
ERROR([yes, from unknown origin. This *will* break the build. Please remove or hide $PKG_CONFIG
])
fi
AC_MSG_WARN([This might have unexpected consequences, please consider hiding $PKG_CONFIG])
echo "Having a $PKG_CONFIG might have unexpected consequences, please consider hiding it" >>warn
else
AC_MSG_RESULT([no])
AC_MSG_RESULT([no
, good
])
fi
fi
...
...
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