module: Create pa_module_exists()

This new function checks if a certain module name is available in the
system.
This commit is contained in:
João Paulo Rechi Vita 2013-09-24 19:45:57 -03:00 committed by Tanu Kaskinen
parent dc4be17e07
commit 48d23d4863
3 changed files with 58 additions and 0 deletions

View file

@ -1217,6 +1217,7 @@ PACTL_BINARY=${bindir}/pactl${EXEEXT}
AX_DEFINE_DIR(PACTL_BINARY, PACTL_BINARY, [Location of pactl binary])
AC_SUBST(PA_SOEXT, [.so])
AC_DEFINE(PA_SOEXT, [".so"], [Shared object extension])
AC_SUBST(pulseconfdir, ["${sysconfdir}/pulse"])
AX_DEFINE_DIR(PA_DEFAULT_CONFIG_DIR, pulseconfdir, [Location of configuration files])