--- Amaya/configure.in 2004/01/20 09:50:46 1.129 +++ Amaya/configure.in 2004/01/21 11:35:21 1.130 @@ -366,6 +366,9 @@ if test "$with_wx" = "yes" ; then WX_LIBRARIES="${WX_LIBRARIES} `wx-config --gl-libs`" fi + dnl xrc ressources are used + WX_LIBRARIES="${WX_LIBRARIES} -l`wx-config --basename`_xrc-`wx-config --release`" + AC_SUBST(WX_LIBRARIES) WX_OPTIONS="-D_WX" fi