From d4c241b9e6b05a6a2ca5b701d25792994a52c023 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sun, 11 Jul 1999 16:24:31 +0000 Subject: [PATCH] Updated testconf, fixed mistake in install. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 10 +++++----- include/wx/html/Makefile.am | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) 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 -- 2.45.2