summaryrefslogtreecommitdiff
path: root/m4/open-max.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-01 11:03:28 +0000
committerJim Meyering <jim@meyering.net>2003-02-01 11:03:28 +0000
commit40bc15c13284808863d8e8b4f6e367cc296fa196 (patch)
treefa38b611a182aea103ff20247cd06509eed0bb73 /m4/open-max.m4
parent228544d08c8f9f3bf19f35845c2fe58f39073897 (diff)
downloadcoreutils-40bc15c13284808863d8e8b4f6e367cc296fa196.tar.xz
tweak syntax. duh
Diffstat (limited to 'm4/open-max.m4')
-rw-r--r--m4/open-max.m45
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,