summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1999-12-25 14:31:23 +0000
committerMartin Baulig <martin@src.gnome.org>1999-12-25 14:31:23 +0000
commitd13f9d91ab9298f4430b5d8198bf6a1bb98db585 (patch)
tree93d64d1dbb35d334520ba9cb6dc6c1e84c6d4d92
parent70afca1ae0e701054331fc669a1757936714471d (diff)
downloadgnome-common-d13f9d91ab9298f4430b5d8198bf6a1bb98db585.tar.gz
Applied patch from Colin Walters to make it compile under Debian
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. svn path=/trunk/; revision=1045
-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 61d4fb2..0273f17 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 e8a5263..da5ccb6 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