gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9994: Explicitly test in the source


From: Bastiaan Jacques
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9994: Explicitly test in the source dir for libltdl stuff.
Date: Mon, 13 Oct 2008 14:07:04 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9994
committer: Bastiaan Jacques <address@hidden>
branch nick: trunk
timestamp: Mon 2008-10-13 14:07:04 +0200
message:
  Explicitly test in the source dir for libltdl stuff.
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2008-10-13 11:37:36 +0000
+++ b/configure.ac      2008-10-13 12:07:04 +0000
@@ -861,7 +861,7 @@
 AM_CONDITIONAL(BUILD_EXTENSIONS, [ test -n "$extensions_list"])
 
 AC_MSG_CHECKING([For the version of libtool])
-if test -d libltdl/libltdl; then
+if test -d ${srcdir}/libltdl/libltdl; then
 ltver=2.x
 else
 ltver=1.x


reply via email to

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