summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-01 11:03:04 +0000
committerJim Meyering <jim@meyering.net>2003-02-01 11:03:04 +0000
commit228544d08c8f9f3bf19f35845c2fe58f39073897 (patch)
tree873368f0ecc5bfe3886ad1ea6d500768e4738003 /m4
parentba61c1af868bf43ebecd1171b0494f8ab1433704 (diff)
downloadcoreutils-228544d08c8f9f3bf19f35845c2fe58f39073897.tar.xz
Whoops. Swap fail/cross-compile cases.
Diffstat (limited to 'm4')
-rw-r--r--m4/open-max.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/open-max.m4 b/m4/open-max.m4
index 218f75bfd..efb4dcaec 100644
--- a/m4/open-max.m4
+++ b/m4/open-max.m4
@@ -32,8 +32,9 @@ AC_DEFUN([UTILS_SYS_OPEN_MAX],
}
]])],
[utils_cv_sys_open_max=`cat conftest.omax`],
+ [utils_cv_sys_open_max='internal error in open-max.m4']
[utils_cv_sys_open_max='cross compiling run-test in open-max.m4'],
- [utils_cv_sys_open_max='internal error in open-max.m4'])])
+ )])
AC_DEFINE_UNQUOTED([UTILS_OPEN_MAX],
$utils_cv_sys_open_max,