Nux

Merge lp:~bregma/nux/fix-gmock-detection into lp:nux

Proposed by Stephen M. Webb
Status: Merged
Approved by: Brandon Schaefer
Approved revision: 809
Merged at revision: 809
Proposed branch: lp:~bregma/nux/fix-gmock-detection
Merge into: lp:nux
Diff against target: 13 lines (+1/-1)
1 file modified
m4/gtest.m4 (+1/-1)
To merge this branch: bzr merge lp:~bregma/nux/fix-gmock-detection
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Brandon Schaefer (community) Approve
Review via email: mp+180275@code.launchpad.net

Commit message

Apdated gmock detection after gmock was updated.

Description of the change

Apdated gmock detection after gmock was updated. Fixes build failures due to missing check-headless target.

To post a comment you must log in.
Revision history for this message
Brandon Schaefer (brandontschaefer) wrote :

LGTM, and confirmed working!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'm4/gtest.m4'
--- m4/gtest.m4 2013-07-18 15:56:35 +0000
+++ m4/gtest.m4 2013-08-15 01:57:01 +0000
@@ -35,8 +35,8 @@
35 AC_ARG_VAR([GMOCK_CPPFLAGS],35 AC_ARG_VAR([GMOCK_CPPFLAGS],
36 [C preprocessor flags for Google Mock.])36 [C preprocessor flags for Google Mock.])
3737
38 gmock_includes=
39 gmock_prefix=/usr/src/gmock38 gmock_prefix=/usr/src/gmock
39 gmock_includes=$gmock_prefix/gtest/include
40 AC_ARG_WITH([gmock-prefix],[40 AC_ARG_WITH([gmock-prefix],[
41 AS_HELP_STRING([--with-gmock-prefix],41 AS_HELP_STRING([--with-gmock-prefix],
42 [Prefix where Google Mock is installed (default $gmock_prefix)])42 [Prefix where Google Mock is installed (default $gmock_prefix)])

Subscribers

People subscribed via source and target branches