summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-01 19:52:00 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-02 13:26:26 -0800
commiteaf10f69de969652d03742809b9c970158b90719 (patch)
treebb382e74018d2352a0ee05912d53c34b28ad6113 /configure.in
parent34654359a918edae10ca7dd7ebc0a487fdf609a4 (diff)
downloadopenocd+libswd-eaf10f69de969652d03742809b9c970158b90719.tar.gz
openocd+libswd-eaf10f69de969652d03742809b9c970158b90719.tar.bz2
openocd+libswd-eaf10f69de969652d03742809b9c970158b90719.tar.xz
openocd+libswd-eaf10f69de969652d03742809b9c970158b90719.zip
remove BUILD_IOUTIL symbol
Add ioutil_stubs.c to provide an empty ioutil_init() routine. Add ioutil.h to prevent applications from needing to declare it. Allows unconditionally calling that function during startup, and the resulting libocdhelper library API is now more stable. 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 81e43262..1a4299d3 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_ioutil = yes; then
- AC_DEFINE(BUILD_IOUTIL, 1, [1 if you want ioutils.])
-else
- AC_DEFINE(BUILD_IOUTIL, 0, [0 if you don't want ioutils.])
-fi
-
if test $build_httpd = yes; then
AC_DEFINE(BUILD_HTTPD, 1, [1 if you want httpd.])
else