Merge lp:~flameeyes/ecryptfs/devel into lp:~ecryptfs/ecryptfs/oldtrunk

Proposed by Diego Elio Pettenò
Status: Merged
Merged at revision: 557
Proposed branch: lp:~flameeyes/ecryptfs/devel
Merge into: lp:~ecryptfs/ecryptfs/oldtrunk
Diff against target: 26 lines (+6/-10)
1 file modified
configure.ac (+6/-10)
To merge this branch: bzr merge lp:~flameeyes/ecryptfs/devel
Reviewer Review Type Date Requested Status
eCryptfs Pending
Review via email: mp+73516@code.launchpad.net

Description of the change

Branch with the patch I submitted last night.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'configure.ac'
--- configure.ac 2011-08-10 13:38:09 +0000
+++ configure.ac 2011-08-31 11:57:23 +0000
@@ -228,16 +228,12 @@
228fi228fi
229229
230#Verify nss230#Verify nss
231NSS_LIBS=`nss-config --libs`231PKG_CHECK_MODULES(
232if test "x${NSS_LIBS}" != "x" ; then232 [NSS],
233 NSS_CFLAGS=`nss-config --cflags`233 [nss],
234 NSPR_CFLAGS=`nspr-config --cflags`234 [have_nss="yes"
235 NSS_CFLAGS="${NSS_CFLAGS} -DENABLE_NSS ${NSPR_CFLAGS}"235 NSS_CFLAGS="${NSS_CFLAGS} -DENABLE_NSS"],
236 have_nss="yes"236 [have_nss="no"])
237else
238 NSS_CFLAGS=""
239 have_nss="no"
240fi
241237
242if test "${enable_nss}" = "detect" ; then238if test "${enable_nss}" = "detect" ; then
243 if test "$have_nss" == "yes" ; then239 if test "$have_nss" == "yes" ; then

Subscribers

People subscribed via source and target branches