From: John L. <jr...@us...> - 2008-01-14 21:35:14
|
Update of /cvsroot/wxlua/wxLua In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16813/wxLua Modified Files: configure Log Message: Fix wxStEdit check to link to stc lib Index: configure =================================================================== RCS file: /cvsroot/wxlua/wxLua/configure,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** configure 14 Jan 2008 18:56:16 -0000 1.70 --- configure 14 Jan 2008 21:35:09 -0000 1.71 *************** *** 7169,7173 **** # Temporarily rewrite WX_LIBS to include all the libs that wxStEdit requires. ! WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs html,adv,core,base` --- 7169,7173 ---- # Temporarily rewrite WX_LIBS to include all the libs that wxStEdit requires. ! WX_LIBS=`$WX_CONFIG_WITH_ARGS --libs stc,html,adv,core,base` |