spacepaste

  1.  
  2. diff --git a/configure b/configure
  3. index 52931c3..df58347 100755
  4. --- a/configure
  5. +++ b/configure
  6. @@ -5377,9 +5377,9 @@ check_code cc arm_neon.h "int16x8_t test = vdupq_n_s16(0)" && enable intrinsics_
  7. check_ldflags -Wl,--as-needed
  8. check_ldflags -Wl,-z,noexecstack
  9. -if check_func dlopen; then
  10. +if check_func dlopen && check_func dlsym; then
  11. ldl=
  12. -elif check_func dlopen -ldl; then
  13. +elif check_func dlopen -ldl && check_func dlsym -ldl; then
  14. ldl=-ldl
  15. fi
  16.