gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash configure.ac


From: Markus Gothe
Subject: [Gnash-commit] gnash configure.ac
Date: Thu, 17 May 2007 14:43:31 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/05/17 14:43:31

Modified files:
        .              : configure.ac 

Log message:
        Fixed this to $LD as it should be, borrowed the base from gcc 
        bootstrap-code.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.312&r2=1.313

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -b -r1.312 -r1.313
--- configure.ac        17 May 2007 14:30:29 -0000      1.312
+++ configure.ac        17 May 2007 14:43:31 -0000      1.313
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.312 2007/05/17 14:30:29 nihilus Exp $
+dnl $Id: configure.ac,v 1.313 2007/05/17 14:43:31 nihilus Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -440,11 +440,9 @@
 
 AC_MSG_CHECKING(linker --as-needed support)
 gcc_cv_ld_as_needed=no
-if test x$gcc_cv_ld != x; then
-       # Check if linker supports --as-needed and --no-as-needed options
-       if $gcc_cv_ld --help 2>/dev/null | grep as-needed > /dev/null; then
+# Check if linker supports --as-needed and --no-as-needed options
+if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
                gcc_cv_ld_as_needed=yes
-       fi
 fi
 if test x"$gcc_cv_ld_as_needed" = xyes; then
        LDFLAGS="${LDFLAGS} -Wl,--as-needed"




reply via email to

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