Applied patch from Colin Walters to make it compile under Debian
authorMartin Baulig <martin@home-of-linux.org>
Sat, 25 Dec 1999 14:31:23 +0000 (14:31 +0000)
committerMartin Baulig <martin@src.gnome.org>
Sat, 25 Dec 1999 14:31:23 +0000 (14:31 +0000)
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

macros/ChangeLog
macros/gnome-pilot.m4

index 61d4fb2..0273f17 100644 (file)
@@ -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.
index e8a5263..da5ccb6 100644 (file)
@@ -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