summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2012-01-11 01:11:35 -0500
committerMatt Turner <[email protected]>2012-01-11 15:49:56 -0500
commit198892c044ce508b43450eeb48828e0b9d31052b (patch)
treee4fa4d997b5ae6859f7d10434591e57c9b0740b3 /configure.ac
parent28cfa1fa213fe7ba6e5b57e61da663a6c3bf0c13 (diff)
configure.ac: don't set HAVE_GTEST twice
Reviewed-by: Ian Romanick <[email protected]> Signed-off-by: Matt Turner <[email protected]>
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 511d147cb06..bc3a8315cee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,7 +70,6 @@ AC_PATH_PROG([GTESTCONFIG], [gtest-config])
if test "x$GTESTCONFIG" != "x"; then
GTEST_CFLAGS=`gtest-config --cppflags --cxxflags`
GTEST_LIBS=`gtest-config --ldflags --libs`
- HAVE_GTEST=1
AC_SUBST([GTEST_CFLAGS])
AC_SUBST([GTEST_LIBS])
HAVE_GTEST=yes