gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11840: look for the .so file, not t


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11840: look for the .so file, not the .la file
Date: Fri, 29 Jan 2010 10:48:46 -0700
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11840
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Fri 2010-01-29 10:48:46 -0700
message:
  look for the .so file, not the .la file
modified:
  macros/kde4.m4
=== modified file 'macros/kde4.m4'
--- a/macros/kde4.m4    2010-01-01 17:48:26 +0000
+++ b/macros/kde4.m4    2010-01-29 17:48:46 +0000
@@ -162,7 +162,7 @@
       dnl Look for the kdecore library, which is required
       if test x"${ac_cv_path_kde4_lib}" != x; then
         AC_MSG_CHECKING([for kdecore library])
-        if test -f ${kde4_topdir}/libkdecore.la; then
+        if test -f ${kde4_topdir}/libkdecore.so; then
           ac_cv_path_kde4_lib="${ac_cv_path_kde4_lib} -lkdecore"
           AC_MSG_RESULT(${kde4_topdir}/libkdecore)
         else


reply via email to

[Prev in Thread] Current Thread [Next in Thread]