summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJoão Paulo Rechi Vita <jprvita@openbossa.org>2013-09-24 19:45:57 -0300
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>2013-09-29 16:54:38 +0300
commit48d23d48630fc2b68871cd5ea778b3fcf43ff283 (patch)
treeb872d1c792eed92c53982827fa7c6b34a27bc7ed /configure.ac
parentdc4be17e072c34bd4762e232a0ccc307c3268c98 (diff)
downloadpulseaudio-48d23d48630fc2b68871cd5ea778b3fcf43ff283.tar.gz
module: Create pa_module_exists()
This new function checks if a certain module name is available in the system.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index dd07a789e..42cb8b8e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])