Diff for /Amaya/configure.in between versions 1.86 and 1.87

version 1.86, 2002/04/18 16:25:16 version 1.87, 2002/04/25 10:25:44
Line 267  if test "$with_gtk" = "yes" ; then Line 267  if test "$with_gtk" = "yes" ; then
   
 GTK_INCLUDES="`gtk-config --cflags`"  GTK_INCLUDES="`gtk-config --cflags`"
 AC_SUBST(GTK_INCLUDES)  AC_SUBST(GTK_INCLUDES)
 GTK_LIBRARIES="`gtk-config --libs` -lgdk_imlib -ltiff -lgif"  GTK_LIBRARIES="`gtk-config --libs` -lgdk_imlib"
 AC_SUBST(GTK_LIBRARIES)  AC_SUBST(GTK_LIBRARIES)
 GTK_OPTIONS=-D_GTK  GTK_OPTIONS=-D_GTK
   no_motif=yes    no_motif=yes

Removed from v.1.86  
changed lines
  Added in v.1.87


Webmaster