Sfoglia il codice sorgente

regenerate configure

Ozkan Sezer 4 anni fa
parent
commit
02563f75b4
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      configure

+ 2 - 2
configure

@@ -16019,10 +16019,10 @@ esac
 
 
 case "$host" in
 case "$host" in
     *-*-haiku*)
     *-*-haiku*)
-        LINKER=CXX
+        LINKER='$(CXX)'
         ;;
         ;;
     *)
     *)
-        LINKER=CC
+        LINKER='$(CC)'
         ;;
         ;;
 esac
 esac