Fixes the gnome-config check for gpilot.
svn path=/trunk/; revision=2495
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
2000-04-19 Eskil Heyn Olsen <deity@eskil.dk>
|
||||
|
||||
* gnome-pilot.m4 (PILOT_LIBS): Changed the error string for gnome-pilot
|
||||
(PILOT_LIBS): Fixes the gnome-config check
|
||||
|
||||
2000-04-10 Dan Winship <danw@helixcode.com>
|
||||
|
||||
|
||||
@ -102,7 +102,7 @@ AC_DEFUN([GNOME_PILOT_HOOK],[
|
||||
if test x$GNOME_CONFIG = xno; then
|
||||
gnome_cv_pilot_found=no
|
||||
else
|
||||
if $GNOME_CONFIG gpilot 2> /dev/null; then
|
||||
if $GNOME_CONFIG --modversion gpilot 2> /dev/null; then
|
||||
gnome_cv_pilot_found=yes
|
||||
else
|
||||
gnome_cv_pilot_found=no
|
||||
|
||||
Reference in New Issue
Block a user