aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-04-27 09:47:59 -0500
committerTed Gould <ted@gould.cx>2012-04-27 09:47:59 -0500
commitf2298244150295340ce53a35ea6ff92433105f2c (patch)
tree40fb8db2434815f5a293a5b561f069be26d0fd12 /configure.ac
parent123a7fec04d313d4d420249ab24a38eb587c3ef7 (diff)
downloadayatana-indicator-session-f2298244150295340ce53a35ea6ff92433105f2c.tar.gz
ayatana-indicator-session-f2298244150295340ce53a35ea6ff92433105f2c.tar.bz2
ayatana-indicator-session-f2298244150295340ce53a35ea6ff92433105f2c.zip
Switch to using the xorg-gtest main so that we're running under a dummy Xserver
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e90a05e..3bac232 100644
--- a/configure.ac
+++ b/configure.ac
@@ -183,6 +183,7 @@ 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