diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-01 11:03:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-01 11:03:04 +0000 |
commit | 228544d08c8f9f3bf19f35845c2fe58f39073897 (patch) | |
tree | 873368f0ecc5bfe3886ad1ea6d500768e4738003 /m4 | |
parent | ba61c1af868bf43ebecd1171b0494f8ab1433704 (diff) | |
download | coreutils-228544d08c8f9f3bf19f35845c2fe58f39073897.tar.xz |
Whoops. Swap fail/cross-compile cases.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/open-max.m4 | 3 |
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, |