* 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 dca8bf3594cacb1546769553c52f448e23fe5ae8..f74e3816579c714808d63598abd119864dcdb019 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
 
This page took 0.030901 seconds and 4 git commands to generate.