aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-02-05 16:23:25 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-02-05 16:23:25 -0500
commitfe1d7264661c4112575116bd7ef5c6aaba29575a (patch)
tree4b0bc305347ba103391886be21d0eddb9d09c743 /configure.ac
parent22a384d76cad4f921d7d51240cdc7c623cda03e1 (diff)
downloadayatana-ido-fe1d7264661c4112575116bd7ef5c6aaba29575a.tar.gz
ayatana-ido-fe1d7264661c4112575116bd7ef5c6aaba29575a.tar.bz2
ayatana-ido-fe1d7264661c4112575116bd7ef5c6aaba29575a.zip
Avoid FTBFS due to conflicting paths to gtest source, or because the relevant gtest files aren't found -- always use the xorg-gtest gtest source, and adjust path accordingly.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1cb4bd4..2219ff0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -133,8 +133,7 @@ AC_PATH_PROG([VALA_API_GEN], [vapigen])
dnl = Google Test Framework ===================================================
-m4_include([m4/gtest.m4])
-CHECK_GTEST
+dnl xorg-gtest also provides gtest.
CHECK_XORG_GTEST
dnl = GTK Doc Check ===========================================================