Fix typo in PILOT_LINK_HOOK.
authorVadim Strizhevsky <vadim@src.gnome.org>
Sun, 16 Jan 2000 18:50:32 +0000 (18:50 +0000)
committerVadim Strizhevsky <vadim@src.gnome.org>
Sun, 16 Jan 2000 18:50:32 +0000 (18:50 +0000)
* gnome-pilot.m4: Fix typo in PILOT_LINK_HOOK.

svn path=/trunk/; revision=1064

macros/ChangeLog
macros/gnome-pilot.m4

index 6a830d3..d9e402d 100644 (file)
@@ -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.
index e49b209..55f0d31 100644 (file)
@@ -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