summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-01 19:58:32 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-02 13:26:26 -0800
commit6ec526e706483cd2de6c8de4bafa885522a782cd (patch)
tree6cb875f779151bcfb738bf90df74814c8d6ea86b /configure.in
parenteaf10f69de969652d03742809b9c970158b90719 (diff)
downloadopenocd+libswd-6ec526e706483cd2de6c8de4bafa885522a782cd.tar.gz
openocd+libswd-6ec526e706483cd2de6c8de4bafa885522a782cd.tar.bz2
openocd+libswd-6ec526e706483cd2de6c8de4bafa885522a782cd.tar.xz
openocd+libswd-6ec526e706483cd2de6c8de4bafa885522a782cd.zip
remove #if BUILD_HTTPD
Add httpd_stubs.c to provide no-op implementations of httpd_start() and httpd_stop(). Allows these routines to be called unconditionally and ensures the libocdserver ABI remains unchanged regardless of whether this feature was built-in or not. Prints a DEBUG message when the stub implementation is included.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 1a4299d3..9cb2b0f5 100644
--- a/configure.in
+++ b/configure.in
@@ -614,12 +614,6 @@ else
AC_DEFINE(BUILD_ZY1000, 0, [0 if you don't want ZY1000.])
fi
-if test $build_httpd = yes; then
- AC_DEFINE(BUILD_HTTPD, 1, [1 if you want httpd.])
-else
- AC_DEFINE(BUILD_HTTPD, 0, [0 if you don't want httpd.])
-fi
-
if test $build_at91rm9200 = yes; then
build_bitbang=yes
AC_DEFINE(BUILD_AT91RM9200, 1, [1 if you want at91rm9200.])