summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 7eb545ef..bbf6bc85 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -29,7 +29,7 @@ AC_DEFUN([AC_INIT_BLUEZ], [
fi
dnl no prefix and no libexecdir, so default to /lib
- if (test "$libexecdir" = '${prefix}/libexec'); then
+ if (test "$libexecdir" = '${exec_prefix}/libexec'); then
AC_SUBST([libexecdir], ['/lib'])
fi