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
e77b0fe0
Kaydet (Commit)
e77b0fe0
authored
Tem 22, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use pkg-config --modversion to set FIREBIRD_VERSION if no fb_config
Change-Id: I8ece7b989c330123a5df73f763a4b5fefefcf0cc
üst
50d330c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
configure.ac
configure.ac
+1
-0
No files found.
configure.ac
Dosyayı görüntüle @
e77b0fe0
...
@@ -8125,6 +8125,7 @@ if test "x$enable_firebird_sdbc" = "xyes"; then
...
@@ -8125,6 +8125,7 @@ if test "x$enable_firebird_sdbc" = "xyes"; then
if test -z "$FIREBIRDCONFIG"; then
if test -z "$FIREBIRDCONFIG"; then
AC_MSG_NOTICE([No fb_config -- using pkg-config])
AC_MSG_NOTICE([No fb_config -- using pkg-config])
PKG_CHECK_MODULES(FIREBIRD, fbembed)
PKG_CHECK_MODULES(FIREBIRD, fbembed)
FIREBIRD_VERSION=`pkg-config --modversion fbembed`
else
else
AC_MSG_NOTICE([fb_config found])
AC_MSG_NOTICE([fb_config found])
FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
FIREBIRD_VERSION=`$FIREBIRDCONFIG --version`
...
...
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