summaryrefslogtreecommitdiffstats
path: root/abuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'abuild.in')
-rw-r--r--abuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index ad58c07..5c5f560 100644
--- a/abuild.in
+++ b/abuild.in
@@ -2049,7 +2049,7 @@ check_arch() {
# return true if libc is not masked in options
check_libc() {
- ! list_has "!libc_$CLIBC" $options
+ ! option_has "!libc_$CLIBC"
}
# check if package is up to date