diff options
Diffstat (limited to 'macros/gnome-pilot.m4')
-rw-r--r-- | macros/gnome-pilot.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-pilot.m4 b/macros/gnome-pilot.m4 index 1be11e3f5e..a2ebfe5e34 100644 --- a/macros/gnome-pilot.m4 +++ b/macros/gnome-pilot.m4 @@ -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 |