Removed full path from gksu
svn path=/trunk/; revision=873
This commit is contained in:
parent
0a95638dc8
commit
7b3c92cae8
|
@ -1,3 +1,8 @@
|
||||||
|
2008-07-26 Curtis Gedak <gedakc@gmail.com>
|
||||||
|
|
||||||
|
* configure.in: Removed full path from gksu
|
||||||
|
- gksu is only used in desktop file if it is found in path
|
||||||
|
|
||||||
2008-07-25 Curtis Gedak <gedakc@gmail.com>
|
2008-07-25 Curtis Gedak <gedakc@gmail.com>
|
||||||
|
|
||||||
* src/hfs.cc: Rewrote get_label to use vol_id for hfs file system
|
* src/hfs.cc: Rewrote get_label to use vol_id for hfs file system
|
||||||
|
|
|
@ -17,7 +17,7 @@ AM_PROG_LIBTOOL
|
||||||
dnl======================
|
dnl======================
|
||||||
dnl checks for other programs
|
dnl checks for other programs
|
||||||
dnl======================
|
dnl======================
|
||||||
AC_PATH_PROG(GKSUPROG, gksu)
|
AC_CHECK_PROG(GKSUPROG, gksu, gksu)
|
||||||
|
|
||||||
dnl======================
|
dnl======================
|
||||||
dnl i18n stuff
|
dnl i18n stuff
|
||||||
|
|
Loading…
Reference in New Issue