From 725e917ce8f3a4f9239915d2423940125f7a4ef6 Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Tue, 6 Nov 2018 16:35:16 +0100 Subject: [PATCH] Add webrequest sample to configure --- configure | 2 ++ configure.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/configure b/configure index 03426ec764..f0b142da99 100755 --- a/configure +++ b/configure @@ -36718,6 +36718,8 @@ if test "$wxUSE_WEBREQUEST" = "yes"; then $as_echo "#define wxUSE_WEBREQUEST_WINHTTP 1" >>confdefs.h fi + + SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS webrequest" fi diff --git a/configure.in b/configure.in index db5151b392..46c9067c47 100644 --- a/configure.in +++ b/configure.in @@ -6373,6 +6373,8 @@ if test "$wxUSE_WEBREQUEST" = "yes"; then dnl TODO: Check for the required headers/libraries under Windows AC_DEFINE(wxUSE_WEBREQUEST_WINHTTP) fi + + SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS webrequest" fi dnl ---------------------------------------------------------------------------