aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macros/ChangeLog5
-rw-r--r--macros/gnome-pilot.m42
2 files changed, 6 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 61d4fb2455..0273f17e87 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,8 @@
+1999-12-25 Martin Baulig <martin@home-of-linux.org>
+
+ * gnome-pilot.m4: Applied patch from Colin Walters to make
+ it compile under Debian GNU/Linux.
+
1999-12-05 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-checks.m4: Removed all guile variables.
diff --git a/macros/gnome-pilot.m4 b/macros/gnome-pilot.m4
index e8a52632e3..da5ccb61a9 100644
--- a/macros/gnome-pilot.m4
+++ b/macros/gnome-pilot.m4
@@ -46,7 +46,7 @@ AC_DEFUN([PILOT_LINK_HOOK],[
AC_SUBST(PISOCK_INCLUDEDIR)
- if test x$PISOCK_INCLUDEDIR = x; then
+ if test x$PISOCK_LIBDIR = x; then
AC_CHECK_LIB(pisock, pi_accept, [ PISOCK_LIBS=-lpisock ],
[ AC_MSG_ERROR("Unable to find libpisock. Try ftp://ryeham.ee.ryerson.ca/pub/PalmOS/.") ])
fi