diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 96126f2..d23c209 100644 --- a/configure.ac +++ b/configure.ac @@ -41,6 +41,9 @@ XORG_DEFAULT_OPTIONS AC_TYPE_SIGNAL +# Define the installation directory for the x11 performance compare scripts +AC_SUBST([x11perfcompdir], [$libdir/X11/x11perfcomp]) + # Checks for pkg-config packages PKG_CHECK_MODULES(X11PERF, x11 xmuu) |