[svn-commits] tzafrir: branch tzafrir/kernelmove_conf r2804 - /team/tzafrir/kernelmove_conf/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jul 31 11:45:32 CDT 2007


Author: tzafrir
Date: Tue Jul 31 11:45:31 2007
New Revision: 2804

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2804
Log:
We should be able to detect newt, though.

Modified:
    team/tzafrir/kernelmove_conf/configure.ac

Modified: team/tzafrir/kernelmove_conf/configure.ac
URL: http://svn.digium.com/view/zaptel/team/tzafrir/kernelmove_conf/configure.ac?view=diff&rev=2804&r1=2803&r2=2804
==============================================================================
--- team/tzafrir/kernelmove_conf/configure.ac (original)
+++ team/tzafrir/kernelmove_conf/configure.ac Tue Jul 31 11:45:31 2007
@@ -59,7 +59,7 @@
 
 dnl AST_EXT_LIB([curses], [initscr], [curses.h], [CURSES], [curses], [])
 dnl AST_EXT_LIB([ncurses], [initscr], [curses.h], [NCURSES], [ncurses], [])
-AST_EXT_LIB([newt], [newtBell], [newt________.h], [NEWT], [newt])
+AST_EXT_LIB([newt], [newtBell], [newt.h], [NEWT], [newt])
 AST_EXT_LIB([usb], [usb_init], [usb.h], [USB], [libusb])
 
 # Extract configuration from source files:




More information about the svn-commits mailing list