Diff for /Amaya/configure.in between versions 1.6 and 1.7

version 1.6, 1997/05/15 10:12:46 version 1.7, 1997/05/16 09:56:35
Line 323  if test "$with_insure" = "yes" ; then Line 323  if test "$with_insure" = "yes" ; then
 fi  fi
   
 dnl  dnl
   dnl Adjust the CFLAGS depending on the host and compiler
   dnl Thot NEED unsigned chars !!!
   dnl
   
   if test "${CC}" = "gcc" ; then
     CFLAGS="${CFLAGS} -Wall "
     case "${host}" in
         *-*-irix5* | *-*irix6* )
            CFLAGS="${CFLAGS} -fsigned-char"
         ;;
     esac
   fi
   
   dnl
 dnl Check for availability of amaya and thot editor sources  dnl Check for availability of amaya and thot editor sources
 dnl  dnl
   

Removed from v.1.6  
changed lines
  Added in v.1.7


Webmaster