summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-10-11 08:54:12 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-10-17 14:21:57 +1000
commitdf6138d9e8e973202a1d6daf545a7f7afb002885 (patch)
treedd953578694218ab7c0e66b8aa694f042e528f2a /configure.ac
parentbf18c743dd8410cfd670213ef0e25f33a8aadddc (diff)
Drop help text for --with-gtest-source-path, it doesn't exist anymore
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 819ea3d..ce7223c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ PKG_CHECK_MODULES(WACOM, xorg-wacom)
m4_ifndef([CHECK_XORG_GTEST],
[m4_fatal([must install xorg-gtest before running autoconf/autogen])])
-CHECK_XORG_GTEST([], AC_MSG_ERROR([xorg-gtest or its dependencies not found. Did you specify --with-gtest-source-path?]))
+CHECK_XORG_GTEST([], AC_MSG_ERROR([xorg-gtest or its dependencies not found.]))
# Check for RHEL and define as appropriate
if test -f /etc/redhat-release; then