From b3ae5925aefab66d1eac2bd0360cb21cd3d359c9 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 21 Aug 2002 13:25:24 +0000 Subject: check for pilot-link 0.11.3 2002-08-21 JP Rosevear * configure.in: check for pilot-link 0.11.3 * gpilotd/gpilotd.c (pilot_connect): update for changes in pilot-link (visor_devices_in): search for "Palm Handheld" in the product list as well * utils/make-password.c (main): update for new pilot-link 2002-08-21 JP Rosevear * gnome-pilot.m4: add -lpisync to PISOCK_LIBS svn path=/branches/pilot-link-usb/; revision=2567 --- macros/ChangeLog | 4 ++++ macros/gnome-pilot.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/macros/ChangeLog b/macros/ChangeLog index c3796fe2..691747c4 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,7 @@ +2002-08-21 JP Rosevear + + * gnome-pilot.m4: add -lpisync to PISOCK_LIBS + 2002-05-15 JP Rosevear * gnome-pilot.m4: Fix quoting for AC_MSG_* diff --git a/macros/gnome-pilot.m4 b/macros/gnome-pilot.m4 index 7f5b0f31..fd2dc962 100644 --- a/macros/gnome-pilot.m4 +++ b/macros/gnome-pilot.m4 @@ -25,7 +25,7 @@ AC_DEFUN([PILOT_LINK_HOOK],[ else PISOCK_CFLAGS="-I$withval/include" incdir="$withval/include" - PISOCK_LIBS="-L$withval/lib -lpisock" + PISOCK_LIBS="-L$withval/lib -lpisock -lpisync" AC_MSG_CHECKING("for existance of $withval/lib/libpisock.so") if test -r $withval/lib/libpisock.so; then AC_MSG_RESULT(yes) -- cgit v1.2.1