From: kramm Date: Tue, 15 Jan 2002 22:13:42 +0000 (+0000) Subject: test -e seems to be a little bit incompatible. Use -f instead. X-Git-Tag: release-0-2-2~15 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=278b249570fc247f986fe8ffb3d4de22fdf15365 test -e seems to be a little bit incompatible. Use -f instead. --- diff --git a/aclocal.m4 b/aclocal.m4 index 05aa83f..eee4251 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -56,7 +56,7 @@ int main (int argc, char*argv[]) ], OK=OK,,CROSSCOMPILE=1) if test "x${OK}" = "xOK";then - test -e config.tmp2 || OK= + test -f config.tmp2 || OK= fi if test "x${CROSSCOMPILE}" = "x1";then