Skip to content

Commit

Permalink
Re-add fix for cygwin
Browse files Browse the repository at this point in the history
This reverts commit b7aef69.
  • Loading branch information
SamRH committed Dec 11, 2011
1 parent b7aef69 commit ff3a2af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions depends/check-ncurses.sh
Expand Up @@ -3,5 +3,6 @@

## Check for the ncurses library.
ls /usr/include/ncurses.h 1> /dev/null ||
ls /usr/include/ncurses/ncurses.h 1> /dev/null ||
ls /usr/local/include/ncurses.h 1> /dev/null ||
{ echo "ERROR: Install ncurses before continuing."; exit 1; }

0 comments on commit ff3a2af

Please sign in to comment.