summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0e5c297..1b62a88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,6 +44,9 @@ AC_TYPE_SIGNAL
# Define the installation directory for the x11 performance compare scripts
AC_SUBST([x11perfcompdir], [$libdir/X11/x11perfcomp])
+# Checks for programs run by the scripts we install
+AC_PATH_PROG(MKTEMP, mktemp)
+
# Checks for pkg-config packages
PKG_CHECK_MODULES(X11PERF, x11 xmuu)