diff configure.in @ 1988:3432736e50ad

[xemacs-hg @ 2004-04-06 18:08:14 by james] Change test -e to test -r for portability (affects Solaris 5.8, at least).
author james
date Tue, 06 Apr 2004 18:08:15 +0000
parents a8b463c4984a
children f02e47602886
line wrap: on
line diff
--- a/configure.in	Tue Apr 06 15:52:00 2004 +0000
+++ b/configure.in	Tue Apr 06 18:08:15 2004 +0000
@@ -5604,7 +5604,7 @@
 
     CPP_MAKEFILE(,Makefile)
     CPP_MAKEFILE(-DUSE_GNU_MAKE,GNUmakefile)
-    if test -e "xemacs.def.in"; then
+    if test -r "xemacs.def.in"; then
       cp -f xemacs.def.in junk.c
       CPP_MAKEFILE(,xemacs.def)
     fi