mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
* add some missing "static"s
* include libltdl in distribution git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@302 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
966c78ccae
commit
b03f39099f
6 changed files with 11 additions and 8 deletions
|
|
@ -37,11 +37,14 @@ fi
|
|||
|
||||
# Checks for programs.
|
||||
AC_PROG_CC
|
||||
|
||||
# libtool stuff
|
||||
AC_LIBLTDL_INSTALLABLE
|
||||
AC_SUBST(INCLTDL)
|
||||
AC_SUBST(LTDLINCL)
|
||||
AC_SUBST(LIBLTDL)
|
||||
AC_LIBTOOL_DLOPEN
|
||||
AC_PROG_LIBTOOL
|
||||
AC_CONFIG_SUBDIRS(libltdl)
|
||||
|
||||
# Checks for header files.
|
||||
AC_HEADER_STDC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue