From c0795aaa97852793b0dae4eb7e4866d088fada76 Mon Sep 17 00:00:00 2001 From: Eskil Heyn Olsen Date: Tue, 9 Nov 1999 17:47:42 +0000 Subject: uses test -r instead of test -e, was reported as a portability bug wrt * gnome-pilot.m4: uses test -r instead of test -e, was reported as a portability bug wrt solaris. svn path=/trunk/; revision=1373 --- macros/gnome-pilot.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/gnome-pilot.m4') diff --git a/macros/gnome-pilot.m4 b/macros/gnome-pilot.m4 index e0e6f293cd..e8a52632e3 100644 --- a/macros/gnome-pilot.m4 +++ b/macros/gnome-pilot.m4 @@ -28,7 +28,7 @@ AC_DEFUN([PILOT_LINK_HOOK],[ PISOCK_LIBDIR="-L$withval/lib" PISOCK_LIBS="-lpisock" AC_MSG_CHECKING("for existance of $withval/lib/libpisock.so") - if test -e $withval/lib/libpisock.so; then + if test -r $withval/lib/libpisock.so; then AC_MSG_RESULT("yes") else AC_MSG_ERROR("Unable to find libpisock. Try ftp://ryeham.ee.ryerson.ca/pub/PalmOS/.") -- cgit v1.2.3