summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDiego Petteno <flameeyes@gmail.com>2008-03-09 12:54:45 +0000
committerDiego Petteno <flameeyes@gmail.com>2008-03-09 12:54:45 +0000
commit30e2a773d4e92ebe93ac1a21f481de9631fcc2a1 (patch)
tree7c4a2bbf0ba6ca87997eb4a1bfd906bdf94c1e57 /configure.ac
parent9ad7bb6188a6e3f01ae105473ad822ab81246627 (diff)
Test for _struct_ lt_user_dlloader, otherwise it won't be found.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2114 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d2b2bc0b..ba8f2c96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -176,7 +176,7 @@ old_LIBS=$LIBS
LIBS="$LIBS $LIBLTDL"
AC_CHECK_FUNCS([lt_dlmutex_register])
LIBS=$old_LIBS
-AC_CHECK_TYPES([lt_user_dlloader, lt_dladvise], , , [#include <ltdl.h>])
+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([[