mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-18 06:59:57 -05:00
merge r2113,r2214,r2115 from trunk
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/prepare-0.9.10@2167 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
184dda8bc3
commit
cca3f49cd0
2 changed files with 43 additions and 0 deletions
|
|
@ -172,6 +172,12 @@ AC_SUBST(LTDLINCL)
|
|||
AC_SUBST(LIBLTDL)
|
||||
AC_CONFIG_SUBDIRS(libltdl)
|
||||
|
||||
old_LIBS=$LIBS
|
||||
LIBS="$LIBS $LIBLTDL"
|
||||
AC_CHECK_FUNCS([lt_dlmutex_register])
|
||||
LIBS=$old_LIBS
|
||||
AC_CHECK_TYPES([struct lt_user_dlloader, lt_dladvise], , , [#include <ltdl.h>])
|
||||
|
||||
if test "x$enable_ltdl_install" = "xno" && test "x$ac_cv_lib_ltdl_lt_dlinit" = "xno" ; then
|
||||
AC_MSG_ERROR([[
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue