Browse Source

waf: remove ncurses check

I don't think anything actually uses the curses library.
Invalidates #260

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4669 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.9.9.5
nedko 13 years ago
parent
commit
20ffe1e074
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      example-clients/wscript

+ 0
- 5
example-clients/wscript View File

@@ -44,11 +44,6 @@ def configure(conf):

conf.check_cfg(package='celt', atleast_version='0.5.0', args='--cflags --libs')

e = conf.check_cc(header_name='ncurses.h', define_name="HAVE_NCURSES")

if conf.is_defined('HAVE_NCURSES'):
conf.env['LIB_NCURSES'] = ['ncurses']

e = conf.check_cc(lib='readline', define_name="HAVE_READLINE")

# define_name="HAVE_READLINE" has no effect, LIB_READLINE is defined if readline is available


Loading…
Cancel
Save