--------------------------------------------------------------------------------
aclocal.m4 | 2 +-
configure | 2 +-
2 files changed, 2 insertions, 2 deletions
--------------------------------------------------------------------------------
Index: aclocal.m4
--- xterm-39+/aclocal.m4 Sun May 25 16:26:20 1997
+++ xterm-40/aclocal.m4 Mon May 26 07:28:11 1997
@@ -390,7 +390,7 @@
done
;;
-*) ;; #(vi
- $CC|main.*|echo) cf_found=yes
+ $CC|cc|gcc|main.*|echo) cf_found=yes
;;
esac
if test $cf_found = no ; then
Index: configure
--- xterm-39+/configure Sun May 25 16:26:20 1997
+++ xterm-40/configure Mon May 26 07:28:20 1997
@@ -2797,7 +2797,7 @@
done
;;
-*) ;; #(vi
- $CC|main.*|echo) cf_found=yes
+ $CC|cc|gcc|main.*|echo) cf_found=yes
;;
esac
if test $cf_found = no ; then