aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-06-17 18:01:04 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-06-17 18:01:04 -0500
commit9990582a27a15942c6f4183b844cf532e217c788 (patch)
treeca6294e2fd3b6d75f2a08348595bf68eb08701b4 /configure.ac
parentaa625b0b86ed15755b0b7cebc7f90da55059e3a6 (diff)
downloadayatana-indicator-power-9990582a27a15942c6f4183b844cf532e217c788.tar.gz
ayatana-indicator-power-9990582a27a15942c6f4183b844cf532e217c788.tar.bz2
ayatana-indicator-power-9990582a27a15942c6f4183b844cf532e217c788.zip
remove the gtest-xorg dependency, we're no longer using gui elements in the tests
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c6cc8e0..5e29f36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,6 @@ AC_ARG_ENABLE([tests],
if test "x$enable_tests" != "xno"; then
m4_include([m4/gtest.m4])
CHECK_GTEST
- CHECK_XORG_GTEST
if test "x$enable_tests" = "xauto"; then
enable_tests=${have_gtest}
elif test "x$enable_tests" = "xyes" && test "x$have_gtest" != "xyes"; then