From 39727e6edddec54daeb85167032f4fc8947f463e Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 21 Dec 2018 03:12:14 -0500 Subject: project: custom config: configure: unify the syntax for yes/no tests. --- project/config/cfgdefs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project') diff --git a/project/config/cfgdefs.sh b/project/config/cfgdefs.sh index 64d8dc1..02b19b3 100644 --- a/project/config/cfgdefs.sh +++ b/project/config/cfgdefs.sh @@ -160,7 +160,7 @@ cfgdefs_perform_common_tests() cfgtest_makevar_append '-DNCURSES_INTERNALS' # - if [ -n "$mb_panel_wrapper" ]; then + if [ _${mb_panel_wrapper:-} = _yes ]; then cfgtest_makevar_append '-I$(PROJECT_DIR)/wrappers' unset mb_panel_wrapper fi -- cgit v1.2.3