Fix tcsh hack in Configure
Chip Salzenberg [Fri, 18 Apr 1997 00:00:00 +0000 (00:00 +0000)]
Configure

index db1f20c..fbe1b31 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -6094,8 +6094,9 @@ eval $setvar
 
 : get csh whereabouts
 case "$csh" in
-*csh) val="$undef" ;;
-*) val="$define" ;;
+'csh') val="$undef" ;;
+'tcsh')        val="$undef" ;;
+*)     val="$define" ;;
 esac
 set d_csh
 eval $setvar