From 048f943234c630e088c6589828306becf63e10c5 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Wed, 18 Nov 2009 23:08:50 +0000 Subject: Dynamically build the paths to the modules --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index aa0e4bd..4c7c880 100644 --- a/configure.ac +++ b/configure.ac @@ -43,8 +43,8 @@ AC_SUBST(GUILIBS_CFLAGS) AC_SUBST(GUILIBS_LIBS) PKG_CHECK_MODULES(LIBPULSE, libpulse) -LIBPULSE_MODLIBEXECDIR=`pkg-config libpulse --variable modlibexecdir` -AC_SUBST(LIBPULSE_MODLIBEXECDIR) +LIBPULSE_MODLIBDIR=`pkg-config libpulse --variable libdir` +AC_SUBST(LIBPULSE_MODLIBDIR) # If using GCC specifiy some additional parameters if test "x$GCC" = "xyes" ; then -- cgit