aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-04-25 11:06:56 -0500
committerTed Gould <ted@gould.cx>2012-04-25 11:06:56 -0500
commit8bba0b8f3b67abd6670f208ac7d54127aed725b9 (patch)
treee6b1d111bfac6c929e10137873a631dc487b4ace /configure.ac
parentd6d8e2e1c741348df2c744d25c04161c9b70d5a1 (diff)
downloadayatana-ido-8bba0b8f3b67abd6670f208ac7d54127aed725b9.tar.gz
ayatana-ido-8bba0b8f3b67abd6670f208ac7d54127aed725b9.tar.bz2
ayatana-ido-8bba0b8f3b67abd6670f208ac7d54127aed725b9.zip
Adding in Google test build utilities
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c7b4864..06cfc63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,6 +57,7 @@ dnl ===========================================================================
# Checks for programs
AC_PROG_CC
AM_PROG_CC_C_O
+AC_PROG_CXX
# Initialize libtool
LT_PREREQ([2.2])
@@ -128,6 +129,11 @@ AC_SUBST(COVERAGE_CFLAGS)
AC_SUBST(COVERAGE_CXXFLAGS)
AC_SUBST(COVERAGE_LDFLAGS)
+dnl = Google Test Framework ===================================================
+
+m4_include([m4/gtest.m4])
+CHECK_GTEST
+
dnl = GTK Doc Check ===========================================================
GTK_DOC_CHECK([1.8])