Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220657
b: refs/heads/master
c: 8c41e5e
h: refs/heads/master
i:
  220655: 86ac200
v: v3
  • Loading branch information
Junio C Hamano authored and Michal Marek committed Sep 20, 2010
1 parent a8afab2 commit 20e524a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cec1921ec9a91b9bc7c083b6ebe47c17552b9a81
refs/heads/master: 8c41e5e363db55d91aa3b1cdce4ab02ad9821de7
2 changes: 2 additions & 0 deletions trunk/scripts/kconfig/lxdialog/check-lxdialog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ ccflags()
echo '-I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>"'
elif [ -f /usr/include/ncurses/curses.h ]; then
echo '-I/usr/include/ncurses -DCURSES_LOC="<ncurses/curses.h>"'
elif [ -f /usr/include/ncursesw/curses.h ]; then
echo '-I/usr/include/ncursesw -DCURSES_LOC="<ncursesw/curses.h>"'
elif [ -f /usr/include/ncurses.h ]; then
echo '-DCURSES_LOC="<ncurses.h>"'
else
Expand Down

0 comments on commit 20e524a

Please sign in to comment.