X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=configure.in;h=1a4299d30ad788926c02e379c4610950b29673ee;hb=eaf10f69de969652d03742809b9c970158b90719;hp=81e4326278daad9bbbf191923599dd0e27fa9d12;hpb=3a660e229301c905392a0b2826e5ebf08c4e01b9;p=openocd.git diff --git a/configure.in b/configure.in index 81e4326278..1a4299d30a 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