tFix sudo requirement - tomb - the crypto undertaker
HTML git clone git://parazyd.org/tomb.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit a285e332bc7f7af1944fa8d8f8ac415afd8e84a9
DIR parent 6ecdbc4b4b252082b55d6cb5da6bef94f66c3b29
HTML Author: Hellekin O. Wolf =8) <hellekin@cepheide.org>
Date: Fri, 11 Feb 2011 01:30:55 +0100
Fix sudo requirement
Diffstat:
M configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/configure.ac b/configure.ac
t@@ -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!]))