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
85d077dc
Kaydet (Commit)
85d077dc
authored
Ara 03, 2010
tarafından
Thomas Klausner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Don't override CFLAGS nor LDFLAGS, just append to them.
Ok mmeeks@
üst
1cff7e80
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configure.in
configure.in
+2
-2
No files found.
configure.in
Dosyayı görüntüle @
85d077dc
...
@@ -5308,8 +5308,8 @@ elif test "$_os" != "WINNT" ; then
...
@@ -5308,8 +5308,8 @@ elif test "$_os" != "WINNT" ; then
if test -z "$x_includes"; then
if test -z "$x_includes"; then
AC_MSG_ERROR([No X includes found]) # Exit
AC_MSG_ERROR([No X includes found]) # Exit
fi
fi
CFLAGS=
$X_CFLAGS
CFLAGS=
"$CFLAGS $X_CFLAGS"
LDFLAGS="$X_LDFLAGS $X_LIBS"
LDFLAGS="$
LDFLAGS $
X_LDFLAGS $X_LIBS"
AC_CHECK_LIB(X11, XOpenDisplay, x_libs="-lX11 $X_EXTRA_LIBS", [AC_MSG_ERROR([X Development libraries not found])])
AC_CHECK_LIB(X11, XOpenDisplay, x_libs="-lX11 $X_EXTRA_LIBS", [AC_MSG_ERROR([X Development libraries not found])])
dnl Check if the XauDisposeAuth symbol is provided by libXau.
dnl Check if the XauDisposeAuth symbol is provided by libXau.
AC_CHECK_LIB(Xau, XauDisposeAuth, XAU_LIBS="-lXau", [])
AC_CHECK_LIB(Xau, XauDisposeAuth, XAU_LIBS="-lXau", [])
...
...
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