From f77b3641b1a5541176b5831b0c7b044ed35bf196 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Tue, 15 Jun 2021 16:18:19 +0000
Subject: build system: configure: config_ccenv(): fix typo.

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

diff --git a/configure b/configure
index 807d556..033f89c 100755
--- a/configure
+++ b/configure
@@ -853,11 +853,11 @@ config_ccenv()
 	else
 		case "$mb_libdir" in
 			/*)
-				mb_ldflags_last="$mb_cflags_last -I$mb_sysroot/.$mb_includedir"
+				mb_cflags_last="$mb_cflags_last -I$mb_sysroot/.$mb_includedir"
 				mb_ldflags_last="$mb_ldflags_last -L$mb_sysroot/.$mb_libdir"
 				;;
 			*)
-				mb_ldflags_last="$mb_cflags_last -I$mb_includedir"
+				mb_cflags_last="$mb_cflags_last -I$mb_includedir"
 				mb_ldflags_last="$mb_ldflags_last -L$mb_libdir"
 		esac
 	fi
-- 
cgit v1.2.3