summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Strizhevsky <vadim@src.gnome.org>2000-01-16 18:50:32 +0000
committerVadim Strizhevsky <vadim@src.gnome.org>2000-01-16 18:50:32 +0000
commit3e3a7fea32f0ac89acfc93dfad5a34401fe22ff7 (patch)
tree7fb9dd5c30f68b50c3c37b33f3aa113c5ce945df
parent39cfdd72f3d2f936476ea8d0d40ee0f13d45601a (diff)
downloadgnome-common-3e3a7fea32f0ac89acfc93dfad5a34401fe22ff7.tar.gz
Fix typo in PILOT_LINK_HOOK.
* gnome-pilot.m4: Fix typo in PILOT_LINK_HOOK. svn path=/trunk/; revision=1064
-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 6a830d3..d9e402d 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 e49b209..55f0d31 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