Diff for /Amaya/configure.in between versions 1.82 and 1.83

version 1.82, 2002/04/03 11:02:01 version 1.83, 2002/04/03 13:36:40
Line 425  dnl  *********************************** Line 425  dnl  ***********************************
   
 AC_ARG_WITH(graphic-libs, [  --without-graphic-libs    doesn't use provided libjpeg, libpng.])  AC_ARG_WITH(graphic-libs, [  --without-graphic-libs    doesn't use provided libjpeg, libpng.])
 if test "$withval" = "no" ; then  if test "$withval" = "no" ; then
   no_graphic = yes    no_graphic=yes
 else  fi
   no_graphic =  if test "$withval" = "yes" ; then
     no_graphic=no
 fi  fi
   
 if test "$no_graphic" = yes; then  if test "$no_graphic" = yes; then

Removed from v.1.82  
changed lines
  Added in v.1.83


Webmaster