]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
htmlhelp.h no longer needed -> removed test in configure
[wxWidgets.git] / configure.in
index 96afe7dc6146629b1498991b5318bdf30b2603e9..d57456d3ed5a76c552802c80e27b86d3f3ee551e 100644 (file)
@@ -4022,14 +4022,7 @@ if test "$wxUSE_HELP" = "yes"; then
 
     if test "$wxUSE_MSW" = 1; then
       if test "$wxUSE_MS_HTML_HELP" = "yes"; then
-        AC_CHECK_HEADER(htmlhelp.h, 
-            [
-                AC_DEFINE(wxUSE_MS_HTML_HELP)
-            ],
-            [
-                AC_MSG_WARN([MS HTML Help cannot be used without htmlhelp.h... disabled])
-                wxUSE_MS_HTML_HELP=no
-            ])
+        AC_DEFINE(wxUSE_MS_HTML_HELP)
       fi
     fi