summaryrefslogtreecommitdiff
path: root/scripts/scan-tools.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-17 07:27:01 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-17 07:27:01 +0100
commita07e197d7552bed16d7c9bf428d4a43a3f458a23 (patch)
treeda39ede4c33e62e1124ffd15d27c41cbe1c1f64c /scripts/scan-tools.sh
parent753383bdf29033a1c7244e31c42c2f5d9906010f (diff)
parentf91c0a6d288596bf002df4f750ab77e0c241e924 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts/scan-tools.sh')
-rw-r--r--scripts/scan-tools.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/scripts/scan-tools.sh b/scripts/scan-tools.sh
index 93cd1dd70..8654d0d07 100644
--- a/scripts/scan-tools.sh
+++ b/scripts/scan-tools.sh
@@ -157,9 +157,11 @@ fi
if [[ ! -s /usr/include/ncurses.h ]]; then
if [[ ! -s /usr/include/curses.h ]]; then
if [[ ! -s /usr/include/ncurses/ncurses.h ]]; then
- echo Install ncurses header files, please.
- echo
- out=1
+ if [[ ! -s /usr/local/opt/ncurses/include/ncursesw/ncurses.h ]]; then
+ echo Install ncurses header files, please.
+ echo
+ out=1
+ fi
fi
fi
fi