From e90f266d7cf43c41217a3ec3e1949aae0afc55ce Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 17 Mar 2003 22:03:55 +0000 Subject: add quotes 2002-12-09 JP Rosevear * gnome-pilot.m4: add quotes svn path=/branches/evolution-1-2-branch/; revision=2782 --- macros/ChangeLog | 4 ++++ macros/gnome-pilot.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * gnome-pilot.m4: add quotes + 2002-09-20 JP Rosevear * 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 -- cgit v1.2.1