emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104779: * configure.in: Tweak previo


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104779: * configure.in: Tweak previous change.
Date: Tue, 28 Jun 2011 20:21:14 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104779
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2011-06-28 20:21:14 -0700
message:
  * configure.in: Tweak previous change.
modified:
  configure.in
=== modified file 'configure.in'
--- a/configure.in      2011-06-29 02:50:32 +0000
+++ b/configure.in      2011-06-29 03:21:14 +0000
@@ -1076,7 +1076,6 @@
     ## system-dependent default from above.]
     ## Note that this overrides a faulty with-crt-dir.
     if test $crt_gcc = yes && test ! -e $CRT_DIR/$file; then
-       crt_gcc=no                dnl only try once
 
        crt_file=`$CC --print-file-name=$file 2>/dev/null`
        case "$crt_file" in
@@ -1086,6 +1085,10 @@
        esac
     fi
 
+    dnl We expect all the files to be in a single directory, so after the
+    dnl first there is no point asking gcc.
+    crt_gcc=no
+
     test -e $CRT_DIR/$file || crt_missing="$crt_missing $file"    
   done                          # $crt_files
 


reply via email to

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