summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6ec4afd..40e2136 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -2,6 +2,10 @@
* autogen.sh: Fall back to automake/aclocal if no -1.4 version exists
+2002-12-09 JP Rosevear <jpr@ximian.com>
+
+ * gnome-pilot.m4: add quotes
+
2002-09-20 JP Rosevear <jpr@ximian.com>
* gnome-pilot.m4: fix problem where -lpisync was not linked in if
diff --git a/macros/gnome-pilot.m4 b/macros/gnome-pilot.m4
index 59f59b7..eb1b3d6 100644
--- a/macros/gnome-pilot.m4
+++ b/macros/gnome-pilot.m4
@@ -53,7 +53,7 @@ AC_DEFUN([PILOT_LINK_HOOK],[
fi
if test "x$PISOCK_LIBS" = "x"; then
- AC_CHECK_LIB(pisock, pi_accept, [ PISOCK_LIBS=-lpisock -lpisync],
+ AC_CHECK_LIB(pisock, pi_accept, [ PISOCK_LIBS="-lpisock -lpisync"],
[ AC_MSG_ERROR([Unable to find libpisock. Try http://www.pilot-link.org.]) ])
fi