Diff for /Amaya/configure.in between versions 1.111 and 1.112

version 1.111, 2003/02/12 16:31:37 version 1.112, 2003/04/22 14:34:15
Line 763  if test "$with_gl" = "yes" ; then Line 763  if test "$with_gl" = "yes" ; then
 AC_SUBST(GL_INCLUDES)  AC_SUBST(GL_INCLUDES)
 AC_SUBST(GL_LIBRARIES)  AC_SUBST(GL_LIBRARIES)
 PRINTIFNOTGL=" "  PRINTIFNOTGL=" "
   NOPRINT="#"
 else  else
   NOPRINT=""
 PRINTIFNOTGL=" print_prog"  PRINTIFNOTGL=" print_prog"
 fi  fi
 AC_SUBST(PRINTIFNOTGL)  AC_SUBST(PRINTIFNOTGL)
   AC_SUBST(NOPRINT)
   
   
 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.111  
changed lines
  Added in v.1.112


Webmaster