summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-03-17 22:03:55 +0000
committerJP Rosevear <jpr@src.gnome.org>2003-03-17 22:03:55 +0000
commite90f266d7cf43c41217a3ec3e1949aae0afc55ce (patch)
treee1c76712a7e8387e4de2bfea8af7be34c23b0ac4
parent4e7ca410ffe2bed5c146a294ac0e385eaa9ab8a4 (diff)
downloadgnome-common-evolution-1-2-branch.tar.gz
2002-12-09 JP Rosevear <jpr@ximian.com> * gnome-pilot.m4: add quotes svn path=/branches/evolution-1-2-branch/; revision=2782
-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