Verified Commit 9c7d5ec0 authored by Bernd Paysan's avatar Bernd Paysan
Browse files

Another check for dlopen

parent 5e44f514
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1132,8 +1132,6 @@ AC_CHECK_LIB(rt,clock_gettime)

if test -n "$GNU_LIBTOOL" -a "x$ac_cv_lib_ltdl_lt_dlinit" = xyes; then
  build_libcc_named=build-libcc-named
elif test -n "$GNU_LIBTOOL" -a "x$libltdl_cv_lib_dl_dlopen" = xyes; then
  build_libcc_named=build-libcc-named
elif test -n "$GNU_LIBTOOL" -a "x$ac_cv_func_dlopen" = xyes; then
  build_libcc_named=build-libcc-named
else