Add webrequest sample to configure

This commit is contained in:
Tobias Taschner
2018-11-06 16:35:16 +01:00
parent 95264069ee
commit 725e917ce8
2 changed files with 4 additions and 0 deletions

2
configure vendored
View File

@@ -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

View File

@@ -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 ---------------------------------------------------------------------------