From bdc0bf767db4e8c3a85bdc20d7b41b8d2dee889a Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Oct 17 2022 12:44:59 +0000 Subject: rpm/check-for-config-changes: loosen pattern for AS_HAS_* This is needed to handle CONFIG_AS_HAS_NON_CONST_LEB128. --- diff --git a/rpm/check-for-config-changes b/rpm/check-for-config-changes index fb31586..624f10c 100755 --- a/rpm/check-for-config-changes +++ b/rpm/check-for-config-changes @@ -5,7 +5,7 @@ # # please keep them sorted alphabetically declare -a IGNORED_CONFIGS_RE=( - 'AS_HAS_[A-Z_]*' + 'AS_HAS_[A-Z0-9_]*' 'AS_VERSION' 'CC_CAN_[A-Z_]*' 'CC_HAS_[A-Z_]*'