aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Strizhevsky <vadim@src.gnome.org>2000-01-17 02:50:32 +0800
committerVadim Strizhevsky <vadim@src.gnome.org>2000-01-17 02:50:32 +0800
commit21cc1d3aeeb1c2b44d1f2e40f39369f5ba8222a4 (patch)
tree5701d657e79a6a37483f019c16a8c363078d5e03
parent801ff9f08e8b9afcba6d7cd583a4a7f7c6e910b1 (diff)
downloadgsoc2013-evolution-21cc1d3aeeb1c2b44d1f2e40f39369f5ba8222a4.tar
gsoc2013-evolution-21cc1d3aeeb1c2b44d1f2e40f39369f5ba8222a4.tar.gz
gsoc2013-evolution-21cc1d3aeeb1c2b44d1f2e40f39369f5ba8222a4.tar.bz2
gsoc2013-evolution-21cc1d3aeeb1c2b44d1f2e40f39369f5ba8222a4.tar.lz
gsoc2013-evolution-21cc1d3aeeb1c2b44d1f2e40f39369f5ba8222a4.tar.xz
gsoc2013-evolution-21cc1d3aeeb1c2b44d1f2e40f39369f5ba8222a4.tar.zst
gsoc2013-evolution-21cc1d3aeeb1c2b44d1f2e40f39369f5ba8222a4.zip
Fix typo in PILOT_LINK_HOOK.
* gnome-pilot.m4: Fix typo in PILOT_LINK_HOOK. svn path=/trunk/; revision=1575
-rw-r--r--macros/ChangeLog4
-rw-r--r--macros/gnome-pilot.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 6a830d3bf9..d9e402d1b8 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,7 @@
+2000-01-16 Vadim Strizhevsky <vadim@optonline.net>
+
+ * gnome-pilot.m4: Fix typo in PILOT_LINK_HOOK.
+
2000-01-15 Eskil Heyn Olsen <deity@eskil.dk>
* gnome-pilot.m4: PILOT_LINK_HOOK now check pilot-link version.
diff --git a/macros/gnome-pilot.m4 b/macros/gnome-pilot.m4
index e49b209136..55f0d3152f 100644
--- a/macros/gnome-pilot.m4
+++ b/macros/gnome-pilot.m4
@@ -102,7 +102,7 @@ AC_DEFUN([GNOME_PILOT_HOOK],[
])
AM_CONDITIONAL(HAVE_GNOME_PILOT,test x$gnome_cv_pilot_found = xyes)
if test x$gnome_cv_pilot_found = xyes; then
- PILOT_LINK_CHECK(($1)
+ PILOT_LINK_CHECK($1)
GNOME_PILOT_CFLAGS=`gnome-pilot-config --cflags client conduitmgmt`
GNOME_PILOT_LIBS=`gnome-pilot-config --libs client conduitmgmt`
$2