Diff for /Amaya/configure.in between versions 1.96 and 1.97

version 1.96, 2002/10/10 08:46:18 version 1.97, 2002/10/10 09:22:09
Line 712  if test "$with_gl" = "yes" ; then Line 712  if test "$with_gl" = "yes" ; then
         fi          fi
 AC_SUBST(GL_INCLUDES)  AC_SUBST(GL_INCLUDES)
 AC_SUBST(GL_LIBRARIES)  AC_SUBST(GL_LIBRARIES)
   PRINTIFNOTGL=" "
   else
   PRINTIFNOTGL=" print_prog"
 fi  fi
   AC_SUBST(PRINTIFNOTGL)
   
 AC_ARG_ENABLE(svg,           [  --disable-svg           remove SVG support ])  AC_ARG_ENABLE(svg,           [  --disable-svg           remove SVG support ])
 AC_ARG_ENABLE(annot,         [  --disable-annot         remove Annotations support ])  AC_ARG_ENABLE(annot,         [  --disable-annot         remove Annotations support ])

Removed from v.1.96  
changed lines
  Added in v.1.97


Webmaster