diff --git a/configure.in b/configure.in index 15ded7e5ec..53d7105e63 100644 --- a/configure.in +++ b/configure.in @@ -396,11 +396,11 @@ else DEFAULT_wxUSE_STARTUP_TIPS=yes DEFAULT_wxUSE_PROGRESSDLG=yes DEFAULT_wxUSE_MINIFRAME=yes - DEFAULT_wxUSE_HTML=no - DEFAULT_wxUSE_FS_INET=no - DEFAULT_wxUSE_FS_ZIP=no - DEFAULT_wxUSE_BUSYINFO=no - DEFAULT_wxUSE_ZIPSTREAM=no + DEFAULT_wxUSE_HTML=yes + DEFAULT_wxUSE_FS_INET=yes + DEFAULT_wxUSE_FS_ZIP=yes + DEFAULT_wxUSE_BUSYINFO=yes + DEFAULT_wxUSE_ZIPSTREAM=yes DEFAULT_wxUSE_VALIDATORS=yes DEFAULT_wxUSE_ACCEL=yes diff --git a/include/wx/html/Makefile.am b/include/wx/html/Makefile.am index 3611382eb8..68fa19b4b5 100644 --- a/include/wx/html/Makefile.am +++ b/include/wx/html/Makefile.am @@ -14,4 +14,5 @@ htmlparser.h \ htmltag.h \ htmlwin.h \ htmlwinparser.h \ -mod_templ.h +mod_templ.h \ +version.h