Diff for /Amaya/configure.in between versions 1.248 and 1.249

version 1.248, 2009/06/23 10:24:45 version 1.249, 2009/06/23 14:12:29
Line 302  if test "$with_system_wx" = "yes"; then Line 302  if test "$with_system_wx" = "yes"; then
   AC_PATH_PROG(WXCONFIG, wx-config)    AC_PATH_PROG(WXCONFIG, wx-config)
   if test -z "$WXCONFIG"; then    if test -z "$WXCONFIG"; then
     with_system_wx="no"      with_system_wx="no"
       AC_MSG_WARN(wxWidgets system library not found, falling back to the builtin version.)
   fi    fi
 fi  fi
       
Line 317  if test "$with_system_wx" != "yes"; then Line 318  if test "$with_system_wx" != "yes"; then
   
   # check that sources of wxWidgets exists    # check that sources of wxWidgets exists
   if test ! -f $WX_SRCDIR/Makefile.in ; then    if test ! -f $WX_SRCDIR/Makefile.in ; then
     AC_MSG_ERROR(wxWidgets library sources not found. Please download wxWidgets sources (http://www.wxwidgets.org/), or remove --with-wx option, or check --with-wxsrcdir is correct !)      AC_MSG_ERROR(wxWidgets library sources not found, check --with-wxsrcdir is correct !)
   fi    fi
   
   # --------- configure wxWidgets library --------------- #    # --------- configure wxWidgets library --------------- #
Line 720  if test "$with_system_libwww" = "yes" ; Line 721  if test "$with_system_libwww" = "yes" ;
     AC_PATH_PROG([LIBWWW_CONFIG],[libwww-config])      AC_PATH_PROG([LIBWWW_CONFIG],[libwww-config])
   
     if test "$LIBWWW_CONFIG" = "" ; then      if test "$LIBWWW_CONFIG" = "" ; then
                 AC_MSG_WARN(Not using system-provided libWWW, falling back to the builtin version.)  
                 with_system_libwww="no"                  with_system_libwww="no"
                   AC_MSG_WARN(libwww system library not found, falling back to the builtin version.)
     fi      fi
 fi  fi
   

Removed from v.1.248  
changed lines
  Added in v.1.249


Webmaster