mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
2009-10-20 Marcus Brinkmann <marcus@g10code.com>
* configure.ac: Check for fusermount and encfs.
This commit is contained in:
parent
61b351854b
commit
68f8014c5f
@ -1,3 +1,7 @@
|
||||
2009-10-20 Marcus Brinkmann <marcus@g10code.com>
|
||||
|
||||
* configure.ac: Check for fusermount and encfs.
|
||||
|
||||
2009-10-16 Marcus Brinkmann <marcus@g10code.com>
|
||||
|
||||
* configure.ac: Check for libassuan instead of libassuan-pth.
|
||||
|
@ -73,7 +73,7 @@ static void
|
||||
run_umount_helper (const char *mountpoint)
|
||||
{
|
||||
gpg_error_t err;
|
||||
const char pgmname[] = "/usr/bin/fusermount";
|
||||
const char pgmname[] = FUSERMOUNT;
|
||||
const char *args[3];
|
||||
|
||||
args[0] = "-u";
|
||||
@ -254,7 +254,7 @@ run_encfs_tool (ctrl_t ctrl, enum encfs_cmds cmd,
|
||||
goto leave;
|
||||
}
|
||||
|
||||
pgmname = "/usr/bin/encfs";
|
||||
pgmname = ENCFS;
|
||||
idx = 0;
|
||||
argv[idx++] = "-f";
|
||||
if (opt.verbose)
|
||||
|
Loading…
x
Reference in New Issue
Block a user