Verified Commit 5e44f514 authored by Bernd Paysan's avatar Bernd Paysan
Browse files

Another check for dlopen

parent 5bf0fbf0
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1132,6 +1132,8 @@ 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