mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01:00
2009-10-20 Marcus Brinkmann <marcus@g10code.com>
* configure.ac: Check for fusermount and encfs.
This commit is contained in:
parent
68f8014c5f
commit
fab146ade2
11
configure.ac
11
configure.ac
@ -649,6 +649,16 @@ DL_LIBS=$LIBS
|
|||||||
AC_SUBST(DL_LIBS)
|
AC_SUBST(DL_LIBS)
|
||||||
LIBS="$gnupg_dlopen_save_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:
|
# Checks for symcryptrun:
|
||||||
#
|
#
|
||||||
@ -667,7 +677,6 @@ AC_DEFINE_UNQUOTED(SHRED,
|
|||||||
"${SHRED}", [defines the filename of the shred program])
|
"${SHRED}", [defines the filename of the shred program])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Check whether the GNU Pth library is available
|
# Check whether the GNU Pth library is available
|
||||||
# Note, that we include a Pth emulation for W32.
|
# Note, that we include a Pth emulation for W32.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user