From fe4ea9bcd6b39b69d06fec21e6032b4b9a42d6c4 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 20 Oct 2009 14:30:47 +0000 Subject: [PATCH] 2009-10-20 Marcus Brinkmann * configure.ac: Check for fusermount and encfs. git-svn-id: svn://cvs.gnupg.org/gnupg/trunk@5186 8a63c251-dffc-0310-8ec6-d64dca2275b1 --- configure.ac | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 85da4c4f..42f4857d 100644 --- a/configure.ac +++ b/configure.ac @@ -649,6 +649,16 @@ DL_LIBS=$LIBS AC_SUBST(DL_LIBS) LIBS="$gnupg_dlopen_save_libs" +# Checks for g13 + +AC_PATH_PROG(ENCFS, encfs, /usr/bin/encfs) +AC_DEFINE_UNQUOTED(ENCFS, + "${ENCFS}", [defines the filename of the encfs program]) + +AC_PATH_PROG(FUSERMOUNT, fusermount, /usr/bin/fusermount) +AC_DEFINE_UNQUOTED(FUSERMOUNT, + "${FUSERMOUNT}", [defines the filename of the fusermount program]) + # # Checks for symcryptrun: # @@ -667,7 +677,6 @@ AC_DEFINE_UNQUOTED(SHRED, "${SHRED}", [defines the filename of the shred program]) - # # Check whether the GNU Pth library is available # Note, that we include a Pth emulation for W32. -- 2.11.4.GIT