--- configure.orig	Mon Mar  2 06:55:42 1998
+++ configure	Mon Mar  9 19:40:42 1998
@@ -825,10 +825,11 @@
 # Check whether --with-tcl or --without-tcl was given.
 if test "${with_tcl+set}" = set; then
   withval="$with_tcl"
-  USE_TCL=true echo "$ac_t""enabled" 1>&6
+  USE_TCL=true
+  echo "$ac_t""enabled" 1>&6
 else
-  USE_TCL=false echo "$ac_t""disabled" 1>&6
-
+  USE_TCL=false
+  echo "$ac_t""disabled" 1>&6
 fi
 
 export USE_TCL
@@ -839,10 +840,11 @@
 # Check whether --with-perl or --without-perl was given.
 if test "${with_perl+set}" = set; then
   withval="$with_perl"
-  USE_PERL=true echo "$ac_t""enabled" 1>&6
+  USE_PERL=true
+  echo "$ac_t""enabled" 1>&6
 else
-  USE_PERL=false echo "$ac_t""disabled" 1>&6
-
+  USE_PERL=false
+  echo "$ac_t""disabled" 1>&6
 fi
 
 export USE_PERL
