aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2026-03-12 16:58:08 +0200
committerDylan Araps <dylan.araps@gmail.com>2026-03-12 16:58:08 +0200
commit51e10e84ea1e26520c9cfa225c7dddc46591abc6 (patch)
tree54f1f810f076d5d7959f32fb65b62001d0fdbf6b /configure
parenta092416af6deccec3a0d92cbe2e3191c30a462b7 (diff)
configure: change CONFIG_ to use macros.
Makes the variables accessible in CPP.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7d8079b..90710c6 100755
--- a/configure
+++ b/configure
@@ -83,7 +83,7 @@ case ${DPP_LEVEL:-} in '')
for a do case $a in
--help) cat "$0"; exit 0 ;;
-D*) mo="${mo:-}$a
-" _a=${a#-D}; export "${_a%%=*}=" ;;
+" _a=${a#-D}; export "${_a%%=*}=1" ;;
-U*) cc_flags="$cc_flags $a"; unset "${a#-U}" ;;
*?=?*) export "${a#--}" ;;
esac done