[svn] GnuPG - r5186 - trunk
svn author marcus
cvs at cvs.gnupg.org
Tue Oct 20 16:30:47 CEST 2009
Author: marcus
Date: 2009-10-20 16:30:47 +0200 (Tue, 20 Oct 2009)
New Revision: 5186
Modified:
trunk/configure.ac
Log:
2009-10-20 Marcus Brinkmann <marcus at g10code.com>
* configure.ac: Check for fusermount and encfs.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2009-10-20 14:30:35 UTC (rev 5185)
+++ trunk/configure.ac 2009-10-20 14:30:47 UTC (rev 5186)
@@ -649,6 +649,16 @@
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 @@
"${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.
More information about the Gnupg-commits
mailing list