summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2010-11-11 08:15:49 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-11-15 09:18:21 +0100
commitfdae51287cf55a039f3401ed92151dbf518e4e7f (patch)
tree9a3bd5c3701da090b444b70770c941bdcce47058 /configure.in
parent015bf559444edd9e7c524e951aad183fdaab9156 (diff)
downloadopenocd+libswd-fdae51287cf55a039f3401ed92151dbf518e4e7f.tar.gz
openocd+libswd-fdae51287cf55a039f3401ed92151dbf518e4e7f.tar.bz2
openocd+libswd-fdae51287cf55a039f3401ed92151dbf518e4e7f.tar.xz
openocd+libswd-fdae51287cf55a039f3401ed92151dbf518e4e7f.zip
httpd: retire this server
this never panned out and there are enough mistakes in the code that probably nobody used this. Use the tcl server and implement a standalone http app instead works fine. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index a15b80a6..70dddb95 100644
--- a/configure.in
+++ b/configure.in
@@ -420,10 +420,6 @@ AC_ARG_ENABLE(ioutil,
AS_HELP_STRING([--enable-ioutil], [Enable ioutil functions - useful for standalone OpenOCD implementations]),
[build_ioutil=$enableval], [build_ioutil=no])
-AC_ARG_ENABLE(httpd,
- AS_HELP_STRING([--enable-httpd], [Enable builtin httpd server - useful for standalone OpenOCD implementations]),
- [build_httpd=$enableval], [build_httpd=no])
-
case "${host_cpu}" in
arm*)
AC_ARG_ENABLE(ep93xx,
@@ -1039,7 +1035,6 @@ AM_CONDITIONAL(ECOSBOARD, test $build_ecosboard = yes)
AM_CONDITIONAL(ZY1000, test $build_zy1000 = yes)
AM_CONDITIONAL(ZY1000_MASTER, test $build_zy1000_master = yes)
AM_CONDITIONAL(IOUTIL, test $build_ioutil = yes)
-AM_CONDITIONAL(HTTPD, test $build_httpd = yes)
AM_CONDITIONAL(AT91RM9200, test $build_at91rm9200 = yes)
AM_CONDITIONAL(BITBANG, test $build_bitbang = yes)
AM_CONDITIONAL(FT2232_LIBFTDI, test $build_ft2232_libftdi = yes)