* configure.in: Add -fsigned-char to LOCAL_CFLAGS for Linux
running on the IBM S/390.
* configure: Ditto.
+
+ * configure.in: Add -fsigned-char to LOCAL_CFLAGS for Linux
+ running on the IBM S/390.
+ * configure: Ditto.
+
* rltty.c (save_tty_chars): Fix compilation-stopping typo.
case "$host_cpu" in
*cray*) LOCAL_CFLAGS=-DCRAY ;;
+*s390*) LOCAL_CFLAGS=-fsigned-char ;;
esac
case "$host_os" in
case "$host_cpu" in
*cray*) LOCAL_CFLAGS=-DCRAY ;;
+*s390*) LOCAL_CFLAGS=-fsigned-char ;;
esac
case "$host_os" in