diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-01 11:03:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-01 11:03:28 +0000 |
commit | 40bc15c13284808863d8e8b4f6e367cc296fa196 (patch) | |
tree | fa38b611a182aea103ff20247cd06509eed0bb73 | |
parent | 228544d08c8f9f3bf19f35845c2fe58f39073897 (diff) | |
download | coreutils-40bc15c13284808863d8e8b4f6e367cc296fa196.tar.xz |
tweak syntax. duh
-rw-r--r-- | m4/open-max.m4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/open-max.m4 b/m4/open-max.m4 index efb4dcaec..557aded95 100644 --- a/m4/open-max.m4 +++ b/m4/open-max.m4 @@ -32,9 +32,8 @@ 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'], + [utils_cv_sys_open_max='cross compiling run-test in open-max.m4'])]) AC_DEFINE_UNQUOTED([UTILS_OPEN_MAX], $utils_cv_sys_open_max, |