Merge lp:~mordred/gearmand/bug439147 into lp:gearmand/1.0

Proposed by Monty Taylor
Status: Merged
Merged at revision: not available
Proposed branch: lp:~mordred/gearmand/bug439147
Merge into: lp:gearmand/1.0
Diff against target: 12 lines
1 file modified
configure.ac (+1/-1)
To merge this branch: bzr merge lp:~mordred/gearmand/bug439147
Reviewer Review Type Date Requested Status
Trond Norbye (community) Approve
Review via email: mp+12642@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Monty Taylor (mordred) wrote :

Fixes the C++ detection bug. We might as well actually start properly detecting g++ now.

Revision history for this message
Trond Norbye (trond-norbye) wrote :

Looks good to me

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'configure.ac'
2--- configure.ac 2009-09-29 04:58:19 +0000
3+++ configure.ac 2009-09-30 06:15:20 +0000
4@@ -12,7 +12,7 @@
5 AC_CONFIG_HEADERS([config.h])
6 AC_CONFIG_MACRO_DIR([m4])
7
8-PANDORA_CANONICAL_TARGET
9+PANDORA_CANONICAL_TARGET(require-cxx)
10
11 GEARMAN_LIBRARY_VERSION=2:0:0
12 # | | |

Subscribers

People subscribed via source and target branches