~online-accounts/webaccounts-browser-extension/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Alberto Mardegan
  • Date: 2012-06-06 07:12:03 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: alberto.mardegan@canonical.com-20120606071203-nge3j3n07y7as02b
Do not include gtest sources.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
AC_CONFIG_MACRO_DIR([m4])
13
13
 
14
14
AC_PROG_CC
15
 
 
 
15
AM_PROG_CC_C_O
16
16
AC_PROG_CC_C99
17
17
 
 
18
# For google test
18
19
AC_PROG_CXX
19
 
 
20
 
AM_PROG_CC_C_O
 
20
m4_include([m4/gtest.m4])
 
21
CHECK_GTEST
21
22
 
22
23
AC_DISABLE_STATIC
23
24
LT_INIT