* PrintPreviewControl.cs: Remove extraneous Invalidate calls. Separate
[mono.git] / configure.in
index f88a7a5b077e34e719784d557e9039060b801e81..ffce9351715df8b6dd133ef949f7fb0956c7732b 100644 (file)
@@ -1929,7 +1929,7 @@ AC_ARG_WITH(preview,  [ --with-preview=yes,no     If you want to install the 2.0
 ])
 
 MOONLIGHT=no
-AC_ARG_WITH(moonlight,[ --with-moonligh=yes,no    If you want to build the Moonlight 2.1 assemblies],[
+AC_ARG_WITH(moonlight,[ --with-moonlight=yes,no   If you want to build the Moonlight 2.1 assemblies],[
        if test x$with_moonlight = xyes; then
              MOONLIGHT=yes
        fi