diff --git a/configure b/configure
index a8024c4..dc6b4dc 100755
--- a/configure
+++ b/configure
@@ -1917,7 +1917,7 @@
   --without-webp          disable WEBP support
   --with-windows-font-dir=DIR
                           directory containing MS-Windows fonts
-  --without-wmf           disable WMF support
+  --with-wmf              enable WMF support
   --without-xml           disable XML support
 
 Some influential environment variables:
@@ -31631,7 +31631,7 @@
 if test "${with_wmf+set}" = set; then :
   withval=$with_wmf; with_wmf=$withval
 else
-  with_wmf='yes'
+  with_wmf='no'
 fi