diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-26 18:18:59 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-26 18:18:59 +0000 |
commit | a619b85ef5c4c8215bf11552e9a6433183f22108 (patch) | |
tree | e234c638fe676fb7ef825fa24f6f489e0a27ff1b | |
parent | b042bd95143dbf84ddee08ee20a3845e003df1de (diff) | |
download | busybox-w32-a619b85ef5c4c8215bf11552e9a6433183f22108.tar.gz busybox-w32-a619b85ef5c4c8215bf11552e9a6433183f22108.tar.bz2 busybox-w32-a619b85ef5c4c8215bf11552e9a6433183f22108.zip |
check-lxdialog.sh: no point in giving up, maybe -lcurses will work?
-rw-r--r-- | scripts/kconfig/lxdialog/check-lxdialog.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/kconfig/lxdialog/check-lxdialog.sh b/scripts/kconfig/lxdialog/check-lxdialog.sh index 120d624e6..9e277b1c7 100644 --- a/scripts/kconfig/lxdialog/check-lxdialog.sh +++ b/scripts/kconfig/lxdialog/check-lxdialog.sh | |||
@@ -19,7 +19,9 @@ ldflags() | |||
19 | echo '-lcurses' | 19 | echo '-lcurses' |
20 | exit | 20 | exit |
21 | fi | 21 | fi |
22 | exit 1 | 22 | #bbox# exit 1 |
23 | echo '-lcurses' | ||
24 | exit | ||
23 | } | 25 | } |
24 | 26 | ||
25 | # Where is ncurses.h? | 27 | # Where is ncurses.h? |