From da03c8b1d7e08b4dfca9eb359b6b9401185cc49f Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 10 Jan 2002 18:11:17 +0000 Subject: [PATCH] the system backtick checker now 'test's, not 'echo's. --- aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aclocal.m4 b/aclocal.m4 index 224949b..cff87c7 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -51,7 +51,7 @@ AC_TRY_RUN([ #include "stdlib.h" int main (int argc, char*argv[]) { - return system("echo `touch config.tmp2`"); + return system("test `touch config.tmp2`"); } ], OK=OK,,CROSSCOMPILE=1) -- 1.7.10.4