* configure.ac: Remove spaces around assignment to
authordrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 May 2005 15:00:26 +0000 (15:00 +0000)
committerdrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 May 2005 15:00:26 +0000 (15:00 +0000)
gcc_cv_ld_sysroot.
* configure: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99833 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index d8ac205..d52b729 100644 (file)
@@ -1,3 +1,9 @@
+2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * configure.ac: Remove spaces around assignment to
+       gcc_cv_ld_sysroot.
+       * configure: Regenerated.
+
 2005-05-17  David Edelsohn  <edelsohn@gnu.org>
 
        * config/rs6000/aix.h (TARGET_ALTIVEC_VRSAVE): Delete.
index bcdb3ed..5a57cdb 100755 (executable)
@@ -15047,7 +15047,7 @@ else
   gcc_cv_ld_sysroot=no
   if test $in_tree_ld = yes ; then
       if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 16 -o "$gcc_cv_gld_major_version" -gt 2 ; then
-        gcc_cv_ld_sysroot = yes
+        gcc_cv_ld_sysroot=yes
       fi
   elif test x$gcc_cv_ld != x; then
     if $gcc_cv_ld --help 2>/dev/null | grep sysroot > /dev/null; then
index 2a96212..da32527 100644 (file)
@@ -3067,7 +3067,7 @@ AC_CACHE_CHECK(linker --sysroot support,
   [gcc_cv_ld_sysroot=no
   if test $in_tree_ld = yes ; then
       if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 16 -o "$gcc_cv_gld_major_version" -gt 2 ; then
-        gcc_cv_ld_sysroot = yes
+        gcc_cv_ld_sysroot=yes
       fi
   elif test x$gcc_cv_ld != x; then 
     if $gcc_cv_ld --help 2>/dev/null | grep sysroot > /dev/null; then