From 467b9900ab469a39b267c922408b8d94acd9ddb9 Mon Sep 17 00:00:00 2001 From: agebhard <> Date: Sun, 24 Jan 2010 21:22:09 +0000 Subject: [PATCH] fixes --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 64c9629..60606d2 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -22,7 +22,7 @@ PKG_FFLAGS=`"${R_HOME}/bin/R" CMD config FFLAGS` case "${host}" in - *-sun-solaris*) + x*-sun-solaris*) dnl use a hard coded call to src/tripack.f through R dnl to determine wether it returns all NA. dnl then retry with -xO5 -- GitLab