From fe1d7264661c4112575116bd7ef5c6aaba29575a Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Tue, 5 Feb 2013 16:23:25 -0500 Subject: 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. --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.ac') 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 =========================================================== -- cgit v1.2.3