From: Francesco M. <fr...@us...> - 2008-01-14 12:13:46
|
Update of /cvsroot/wxlua/wxLua In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23999 Modified Files: configure Log Message: cleaned up the wxWidgets libraries detection using a WX_CHECK_FOR_WXLIB instead of lots of copy-and-paste; fixed the order to which libraries where given to wx-config --libs which was causing linker problems Index: configure =================================================================== RCS file: /cvsroot/wxlua/wxLua/configure,v retrieving revision 1.65 retrieving revision 1.66 diff -C2 -d -r1.65 -r1.66 *** configure 14 Jan 2008 05:09:44 -0000 1.65 --- configure 14 Jan 2008 12:13:32 -0000 1.66 *************** *** 687,690 **** --- 687,691 ---- WX_VERSION_MAJOR WX_VERSION_MINOR + WX_VERSION_MICRO WX_UNICODE WX_DEBUG *************** *** 1419,1445 **** Compiles the wxLuaFreeze app (default is yes) --enable-wxbindadv Compiles the wxLua bindings for wxAdvanced lib [...1849 lines suppressed...] ! echo " " --- 12167,12182 ---- echo " libdir : '$libdir'" echo " datadir : '$datadir'" ! echo ! #echo " - wxWidgets wx-config information summary: " ! #echo " wx-config : '$WX_CONFIG_NAME'" ! #echo " wx-config flags : '$WXCONFIG_FLAGS'" ! #echo " wx-config with args : '$WX_CONFIG_WITH_ARGS'" ! #echo " wx-config --release : '`$WX_CONFIG_NAME $WXCONFIG_FLAGS --release`'" ! #echo " wx-config --version-full : '`$WX_CONFIG_NAME $WXCONFIG_FLAGS --version-full`'" ! #echo " wx-config --selected-config : '`$WX_CONFIG_NAME $WXCONFIG_FLAGS --selected-config`'" ! #echo " wx-config --prefix : '`$WX_CONFIG_NAME $WXCONFIG_FLAGS --prefix`'" ! #echo " wx-config --exec-prefix : '`$WX_CONFIG_NAME $WXCONFIG_FLAGS --exec-prefix`'" ! #echo |