summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2008-09-12 18:06:41 +0000
committerSean Bright <sean@malleable.com>2008-09-12 18:06:41 +0000
commit1d2e04ec63239f1b343129f796050d99bf7ad04e (patch)
tree375e40a508c47add410de7d6db2c7a2a89a56c81 /makeopts.in
parent3b00d2ce83848f26fb4fca30b97ebfa4dfb285f4 (diff)
A few changes:
1) Start using menuselect trunk 2) Bring in changes similar to those in asterisk trunk so that 'make menuselect' works as it should from the dahdi-tools directory. 3) Stop looking for curses/ncurses in the top level configure since nothing uses it (except menuselect which will find it on it's own). git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4904 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/makeopts.in b/makeopts.in
index e92445c..a11777c 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -33,12 +33,6 @@ PBX_NEWT=@PBX_NEWT@
NEWT_LIB=@NEWT_LIB@
NEWT_INCLUDE=@NEWT_INCLUDE@
-CURSES_LIB=@CURSES_LIB@
-CURSES_INCLUDE=@CURSES_INCLUDE@
-
-NCURSES_LIB=@NCURSES_LIB@
-NCURSES_INCLUDE=@NCURSES_INCLUDE@
-
PBX_USB=@PBX_USB@
USB_LIB=@USB_LIB@
USB_INCLUDE=@USB_INCLUDE@