summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-21 03:12:14 -0500
committermidipix <writeonce@midipix.org>2018-12-21 22:23:48 -0500
commit39727e6edddec54daeb85167032f4fc8947f463e (patch)
tree0a827524bd40f77f24ea9d8b550923e174ba33fd /project
parent11c7b518856a829b506f2593f6aed9f2cd4e3ddb (diff)
downloadsbpython2-39727e6edddec54daeb85167032f4fc8947f463e.tar.bz2
sbpython2-39727e6edddec54daeb85167032f4fc8947f463e.tar.xz
project: custom config: configure: unify the syntax for yes/no tests.
Diffstat (limited to 'project')
-rw-r--r--project/config/cfgdefs.sh2
1 files changed, 1 insertions, 1 deletions
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'
# <panel.h>
- if [ -n "$mb_panel_wrapper" ]; then
+ if [ _${mb_panel_wrapper:-} = _yes ]; then
cfgtest_makevar_append '-I$(PROJECT_DIR)/wrappers'
unset mb_panel_wrapper
fi