Browse Source

regenerate configure

Ozkan Sezer 3 years ago
parent
commit
02563f75b4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      configure

+ 2 - 2
configure

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