gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9717: test for a yes value instead


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9717: test for a yes value instead of a no value, which fixes builds for libtool 1.5 without specifing --enable-ltdl-install
Date: Wed, 10 Sep 2008 19:37:33 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9717
committer: address@hidden
branch nick: trunk
timestamp: Wed 2008-09-10 19:37:33 -0600
message:
  test for a yes value instead of a no value, which fixes builds for libtool 
1.5 without specifing --enable-ltdl-install
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2008-09-08 14:32:27 +0000
+++ b/configure.ac      2008-09-11 01:37:33 +0000
@@ -874,8 +874,8 @@
 fi
 AC_PROG_LIBTOOL
 AM_CONDITIONAL(LIBLTDL2, [test $ltmajor -eq 2])
-AM_CONDITIONAL(INSTALL_LTDL, test x"${enable_ltdl_install-no}" != xno)
-AM_CONDITIONAL(CONVENIENCE_LTDL, test x"${enable_ltdl_convenience-no}" != xno)
+AM_CONDITIONAL(INSTALL_LTDL, test x"${enable_ltdl_install-no}" = xyes)
+AM_CONDITIONAL(CONVENIENCE_LTDL, test x"${enable_ltdl_convenience-no}" = xyes)
 
 AC_C_CONST
 AC_C_INLINE


reply via email to

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