summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@ubuntu.com>2011-12-13 16:49:08 -0800
committerChase Douglas <chase.douglas@ubuntu.com>2011-12-13 16:49:08 -0800
commit41d0b41fc5b244438af787de687a4b341889cadc (patch)
tree92c4e1846dde6b78d703cdee0a6c3cde9e0f2f14
parent0ada1132294813196503527124d321093cb36e7f (diff)
Remove unnecessary HAVE_GTEST conditional in configure.ac
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index af3bffc..b30cab0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,8 +31,6 @@ PKG_CHECK_MODULES( XSERVER, x11 [xorg-server] )
# Check for Google Test
AC_CHECK_GTEST
-AM_CONDITIONAL([HAVE_GTEST], [test "x$have_gtest" = xyes])
-
AC_SUBST([GTEST_LDFLAGS])
AC_SUBST([GTEST_CXXFLAGS])