From 7f180e714066f86d9461150957ea030c761507cb Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Wed, 19 Aug 2020 11:16:40 +0000 Subject: Better to put OPTIONS_DEFINE before OPTIONS_DEFAULT --- math/units/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/units') diff --git a/math/units/Makefile b/math/units/Makefile index 1473bd85f997..028c0bfe30c7 100644 --- a/math/units/Makefile +++ b/math/units/Makefile @@ -18,8 +18,8 @@ CONFIGURE_ARGS= --program-prefix=g INFO= units -OPTIONS_DEFAULT= READLINE OPTIONS_DEFINE= READLINE +OPTIONS_DEFAULT= READLINE READLINE_USES= readline:port post-patch: -- cgit v1.2.3