summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Baltescu <pauldb89@gmail.com>2013-02-21 20:07:47 +0000
committerPaul Baltescu <pauldb89@gmail.com>2013-02-21 20:07:47 +0000
commit4f9ab0daefcd4b1ff9ae810908cdf5be143f68c5 (patch)
tree76b43241a5a220dff884695c1a5f465e90e1e364 /configure.ac
parent631a24d44b0d416c6c23fdf3c84d78ba2ff9ab35 (diff)
Main make compiles the c++ extractor.
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 22b8c451..66ab7778 100644
--- a/configure.ac
+++ b/configure.ac
@@ -162,6 +162,7 @@ then
AC_SUBST(AS_TR_CPP([GMOCK_CPPFLAGS]), ["$gmock_CPPFLAGS"])
AC_SUBST(AS_TR_CPP([GMOCK_LDFLAGS]), ["$gmock_LDFLAGS"])
AC_SUBST(AS_TR_CPP([GMOCK_LIBS]), ["$gmock_LIBS"])
+ AM_CONDITIONAL([HAVE_GMOCK], true)
fi
CPPFLAGS="$SAVE_CPPFLAGS"