--- Amaya/configure.in 1997/05/15 10:12:46 1.6 +++ Amaya/configure.in 1997/05/16 09:56:35 1.7 @@ -323,6 +323,20 @@ if test "$with_insure" = "yes" ; then fi 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