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
1=== modified file 'm4/gtest.m4'
2--- m4/gtest.m4 2013-07-18 15:56:35 +0000
3+++ m4/gtest.m4 2013-08-15 01:57:01 +0000
4@@ -35,8 +35,8 @@
5 AC_ARG_VAR([GMOCK_CPPFLAGS],
6 [C preprocessor flags for Google Mock.])
7
8- gmock_includes=
9 gmock_prefix=/usr/src/gmock
10+ gmock_includes=$gmock_prefix/gtest/include
11 AC_ARG_WITH([gmock-prefix],[
12 AS_HELP_STRING([--with-gmock-prefix],
13 [Prefix where Google Mock is installed (default $gmock_prefix)])

Subscribers

People subscribed via source and target branches