summaryrefslogtreecommitdiff
path: root/macros/gnome-pilot.m4
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 /macros/gnome-pilot.m4
parent39cfdd72f3d2f936476ea8d0d40ee0f13d45601a (diff)
downloadshared-mime-info-3e3a7fea32f0ac89acfc93dfad5a34401fe22ff7.tar.gz
Fix typo in PILOT_LINK_HOOK.
* gnome-pilot.m4: Fix typo in PILOT_LINK_HOOK. svn path=/trunk/; revision=1064
Diffstat (limited to 'macros/gnome-pilot.m4')
-rw-r--r--macros/gnome-pilot.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-pilot.m4 b/macros/gnome-pilot.m4
index e49b2091..55f0d315 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