Diff for /Amaya/configure.in between versions 1.129 and 1.130

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

Removed from v.1.129  
changed lines
  Added in v.1.130


Webmaster