Diff for /Amaya/configure.in between versions 1.125 and 1.126

version 1.125, 2003/12/08 15:44:08 version 1.126, 2003/12/11 16:25:12
Line 359  if test "$with_wx" = "yes" ; then Line 359  if test "$with_wx" = "yes" ; then
   WX_INCLUDES="`wx-config --cxxflags`"    WX_INCLUDES="`wx-config --cxxflags`"
   AC_SUBST(WX_INCLUDES)    AC_SUBST(WX_INCLUDES)
   
     WX_LIBRARIES="`wx-config --libs`"
   
   dnl GL is used ?    dnl GL is used ?
   if test "${with_gl}" == "yes" ; then    if test "${with_gl}" = "yes" ; then
     WX_LIBRARIES="`wx-config --gl-libs`"      WX_LIBRARIES="${WX_LIBRARIES} `wx-config --gl-libs`"
   else  
     WX_LIBRARIES="`wx-config --libs`"  
   fi    fi
   
   AC_SUBST(WX_LIBRARIES)    AC_SUBST(WX_LIBRARIES)

Removed from v.1.125  
changed lines
  Added in v.1.126


Webmaster