Diff for /Amaya/configure.in between versions 1.106 and 1.107

version 1.106, 2003/01/31 12:05:20 version 1.107, 2003/01/31 12:18:01
Line 1151  if test "$build_amaya" = "yes" ; then Line 1151  if test "$build_amaya" = "yes" ; then
     fi      fi
 fi  fi
   
 if test "$with_gtk" = yes ; then  if test "$no_graphic" = "yes" ; then
       echo "Amaya configured with system graphic libraries (libjpeg, libpng, zlib)"
   else
       echo "Amaya configured with static graphic libraries (libjpeg, libpng, zlib)"
       if test "$with_gtk" = "yes" -o "$with_gl" = "yes" ; then
         echo "  N.B. This option may not work in your platform. If Amaya crashes"
         echo "  when opening a PNG file. Recompile it using the system libraries."
       fi
   fi
   
   if test "$with_gtk" = "yes" ; then
     echo "Amaya configured with GTK"      echo "Amaya configured with GTK"
 else   else 
   if test "$no_motif" = yes ; then    if test "$no_motif" = "yes" ; then
     echo "Motif seems not installed on this machine"      echo "Motif seems not installed on this machine"
     echo "Amaya need Motif 1.2 or 2.0"      echo "Amaya need Motif 1.2 or 2.0"
   else    else
Line 1172  else Line 1182  else
   fi    fi
 fi  fi
   
   echo ""
 echo "Now type \"make\" (GNU make preferably) to build the binaries"  echo "Now type \"make\" (GNU make preferably) to build the binaries"
   echo ""
   
   
   

Removed from v.1.106  
changed lines
  Added in v.1.107


Webmaster