From 1361bc78b76eb5da150c3572fe95d6de80e2a08d Mon Sep 17 00:00:00 2001
From: Sergey Fedorov <vital.had@gmail.com>
Date: Fri, 28 Oct 2022 20:59:12 +0800
Subject: [PATCH 4/8] configure: use sensible

---
 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 28b148d..c80e2d4 100755
--- a/configure
+++ b/configure
@@ -65,8 +65,8 @@ chmod +x script/harch || exit 1
 MACHINE=`script/harch`
 
 case $MACHINE in
-  powerpc-Darwin[56]) CCC=${CC-cc} ;;
-  *)                  CCC=${CC-gcc} ;  ;;
+  powerpc-Darwin[56]) CCC=${CC} ;;
+  *)                  CCC=@CC@ ;;
 esac
 
 STRIP=${STRIP}
-- 
2.36.1

