gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9774: use portable shell


From: Russell Nelson
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9774: use portable shell
Date: Wed, 17 Sep 2008 21:34:20 -0400
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9774
committer: Russell Nelson <address@hidden>
branch nick: trunk
timestamp: Wed 2008-09-17 21:34:20 -0400
message:
  use portable shell
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2008-09-18 00:27:33 +0000
+++ b/configure.ac      2008-09-18 01:34:20 +0000
@@ -861,7 +861,7 @@
 AM_CONDITIONAL(BUILD_EXTENSIONS, [ test -n "$extensions_list"])
 
 AC_MSG_CHECKING([For the version of libtool])
-if test -n $darwin; then
+if test "x$darwin" != x; then
 LIBTOOLIZE=glibtoolize
 fi
 ltver=`${LIBTOOLIZE:-libtoolize} --version | head -1 | cut -d ' ' -f 4`


reply via email to

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