summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index ce0669d..450d5c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,15 +82,11 @@ else
fi
AC_SUBST(DAHDI_DECLARATION_AFTER_STATEMENT)
-AST_EXT_LIB_SETUP([CURSES], [curses], [curses])
AST_EXT_LIB_SETUP([DAHDI], [DAHDI], [dahdi])
-AST_EXT_LIB_SETUP([NCURSES], [ncurses], [ncurses])
AST_EXT_LIB_SETUP([NEWT], [newt], [newt])
AST_EXT_LIB_SETUP([USB], [usb], [usb])
-AST_EXT_LIB_CHECK([CURSES], [curses], [initscr], [curses.h])
AST_C_DEFINE_CHECK([DAHDI], [DAHDI_CODE], [dahdi/user.h])
-AST_EXT_LIB_CHECK([NCURSES], [ncurses], [initscr], [curses.h])
AST_EXT_LIB_CHECK([NEWT], [newt], [newtBell], [newt.h])
AST_EXT_LIB_CHECK([USB], [usb], [usb_init], [usb.h])