From 21cc1d3aeeb1c2b44d1f2e40f39369f5ba8222a4 Mon Sep 17 00:00:00 2001 From: Vadim Strizhevsky Date: Sun, 16 Jan 2000 18:50:32 +0000 Subject: Fix typo in PILOT_LINK_HOOK. * gnome-pilot.m4: Fix typo in PILOT_LINK_HOOK. svn path=/trunk/; revision=1575 --- macros/ChangeLog | 4 ++++ macros/gnome-pilot.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * gnome-pilot.m4: Fix typo in PILOT_LINK_HOOK. + 2000-01-15 Eskil Heyn Olsen * 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 -- cgit v1.2.3