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