diff options
author | Eskil Heyn Olsen <eskil@src.gnome.org> | 2000-04-19 17:45:41 +0800 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 2000-04-19 17:45:41 +0800 |
commit | eead62e2fd68c591b1a5863a9bfe3917d4123a3b (patch) | |
tree | 3d63ac80b77885f217606a01ed55a3f33159ab7f /macros/gnome-pilot.m4 | |
parent | 4780dd12ca591e0301f0d8eb173f8a4817b356d7 (diff) | |
download | gsoc2013-evolution-eead62e2fd68c591b1a5863a9bfe3917d4123a3b.tar gsoc2013-evolution-eead62e2fd68c591b1a5863a9bfe3917d4123a3b.tar.gz gsoc2013-evolution-eead62e2fd68c591b1a5863a9bfe3917d4123a3b.tar.bz2 gsoc2013-evolution-eead62e2fd68c591b1a5863a9bfe3917d4123a3b.tar.lz gsoc2013-evolution-eead62e2fd68c591b1a5863a9bfe3917d4123a3b.tar.xz gsoc2013-evolution-eead62e2fd68c591b1a5863a9bfe3917d4123a3b.tar.zst gsoc2013-evolution-eead62e2fd68c591b1a5863a9bfe3917d4123a3b.zip |
Changed the error string for gnome-pilot
svn path=/trunk/; revision=2494
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 f050c57801..1be11e3f5e 100644 --- a/macros/gnome-pilot.m4 +++ b/macros/gnome-pilot.m4 @@ -117,7 +117,7 @@ AC_DEFUN([GNOME_PILOT_HOOK],[ $2 else if test x$3 = xfailure; then - AC_MSG_ERROR(Gnome-pilot not installed or installation problem) + AC_MSG_ERROR(gnome-pilot development package not installed or installation problem) fi fi ]) |