X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=configure.in;h=343b52c624790ad9859b316ac95ba3805ea35706;hb=e04f0142eed242c91609fe8e913cac1fbfe0a527;hp=eebbc37643c85d4a36a10cdf294e02289a4e091b;hpb=548bb19aa28ca2eec4b8f1c06cbb4b0ace162db3;p=openocd.git diff --git a/configure.in b/configure.in index eebbc37643..343b52c624 100644 --- a/configure.in +++ b/configure.in @@ -1,10 +1,11 @@ AC_PREREQ(2.59) AC_INIT(configure.in) -AC_SEARCH_LIBS([ioperm], [ioperm]) - AC_CANONICAL_HOST +AC_SEARCH_LIBS([ioperm], [ioperm]) +AC_SEARCH_LIBS([dlopen], [dl]) + AC_CHECK_HEADERS(jtag_minidriver.h) AC_CHECK_HEADERS(sys/param.h) AC_CHECK_HEADERS(sys/time.h)