* configure.in (enable_cgen_maint): Fix typo.
authorDoug Evans <dje@google.com>
Thu, 15 Oct 1998 00:25:48 +0000 (00:25 +0000)
committerDoug Evans <dje@google.com>
Thu, 15 Oct 1998 00:25:48 +0000 (00:25 +0000)
configure.in

index dca8bf3..f74e381 100644 (file)
@@ -913,7 +913,7 @@ esac
 
 # start-sanitize-cygnus
 # Only configure cgen if --enable-cgen-maint.
-if [ x$"enable_cgen_maint" != xyes ] ; then
+if [ "x$enable_cgen_maint" != xyes ] ; then
   noconfigdirs="$noconfigdirs cgen"
 fi