tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit a285e332bc7f7af1944fa8d8f8ac415afd8e84a9
parent 6ecdbc4b4b252082b55d6cb5da6bef94f66c3b29
Author: Hellekin O. Wolf =8) <hellekin@cepheide.org>
Date:   Fri, 11 Feb 2011 01:30:55 +0100

Fix sudo requirement

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -71,7 +71,7 @@ AC_CHECK_PROG(have_cryptsetup,cryptsetup,yes,no) AC_CHECK_PROG(have_wipe,wipe,yes,no) AC_CHECK_PROG(have_dcfldd,dcfldd,yes,no) AC_CHECK_PROG(have_gksu,gksu,yes,no) -AC_CHECK_PROG(have_sudo,gksu,yes,no) +AC_CHECK_PROG(have_sudo,sudo,yes,no) PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.16, :, AC_MSG_ERROR([*** Gtk+2 >=2.16 development files not found!]))