configure

changeset 1461
dfd79d615049
parent 1460
464f896249c1
--- a/configure	Tue Oct 28 21:46:37 2025 +0100
+++ b/configure	Tue Oct 28 22:09:55 2025 +0100
@@ -536,28 +536,6 @@
 done
 while true
 do
-    if notisplatform "mingw"; then
-        break
-    fi
-    while true
-    do
-        if [ -z "$lang_c" ] ; then
-            ERROR=1
-            break
-        fi
-
-        cat >> "$TEMP_DIR/make.mk" << __EOF__
-AR=ar
-ARFLAGS=r
-STLIB_EXT=.lib
-SHLIB_EXT=.dll
-__EOF__
-        break
-    done
-    break
-done
-while true
-do
     if notisplatform "macos"; then
         break
     fi
@@ -583,6 +561,9 @@
     if notisplatform "unix"; then
         break
     fi
+    if isplatform "macos" || istoolchain "macos"; then
+        break
+    fi
     while true
     do
         if [ -z "$lang_c" ] ; then

mercurial