Diff for /Amaya/configure.in between versions 1.94 and 1.95

version 1.94, 2002/10/07 09:55:43 version 1.95, 2002/10/08 16:39:14
Line 227  if test "$with_gl" = "" ; then Line 227  if test "$with_gl" = "" ; then
 fi    fi  
   
 GTK_OPTIONS=  GTK_OPTIONS=
 AC_ARG_WITH(gtk, [  --with-gtk              use GTK instead of Motif])  AC_ARG_WITH(gtk, [  --without-gtk              use Motif instead of GTK])
 if test "$withval" = "yes" ; then  if test "$withval" = "no" ; then
   with_gtk="yes"  
 else  
   if test "$with_gl" = "yes" ; then    if test "$with_gl" = "yes" ; then
     with_gtk="yes"      with_gtk="yes"
     else
       with_gtk="no"
   fi    fi
   else
     with_gtk="yes"
 fi  fi
   
 if test "$with_gtk" = "yes" ; then  if test "$with_gtk" = "yes" ; then
Line 476  dnl Line 478  dnl
         )          )
 dnl      dnl    
 dnl  dnl
     AC_MSG_CHECKING([for libpng version = 1.0.x])      AC_MSG_CHECKING([for libpng version = 1.0.x or 1.2.x])
     AC_EGREP_CPP([x \"1.0\..*\" *x],      AC_EGREP_CPP([x \"1.[02]\..*\" *x],
         [#include <png.h>          [#include <png.h>
         x PNG_LIBPNG_VER_STRING x],          x PNG_LIBPNG_VER_STRING x],
 dnl  dnl

Removed from v.1.94  
changed lines
  Added in v.1.95


Webmaster