summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-06-23 00:55:31 +0200
committerLennart Poettering <lennart@poettering.net>2009-06-23 00:55:31 +0200
commitda6b15671aaeaffcf56f013e643b7fe0ca994a3f (patch)
tree7b65b7a8746e2befd69f0822190cc005066db69b
parent38e3d83122dde9f41561c0e4e4a0f410fc24bd05 (diff)
builds-sys: work around automake 1.11 borkage
As suggested on: http://lists.gnu.org/archive/html/automake/2009-06/msg00059.html
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 253ade93..2a32c83b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1305,8 +1305,8 @@ fi
AC_ARG_WITH(
[module-dir],
- AS_HELP_STRING([--with-module-dir],[Directory where to install the modules to (defaults to ${libdir}/pulse-${PA_MAJORMINORMICRO}/modules/]),
- [modlibexecdir=$withval], [modlibexecdir="${libdir}/pulse-${PA_MAJORMINORMICRO}/modules/"])
+ AS_HELP_STRING([--with-module-dir],[Directory where to install the modules to (defaults to ${libdir}/pulse-${PA_MAJORMINORMICRO}/modules]),
+ [modlibexecdir=$withval], [modlibexecdir="${libdir}/pulse-${PA_MAJORMINORMICRO}/modules"])
AC_SUBST(modlibexecdir)