From 27fedce1949928d05f279d98aa77000d2f8e75f0 Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Tue, 4 Aug 2015 19:08:45 +0900 Subject: Use `test' instead of `[ ]' in configure.ac [] is misrecognized by autoconf and broken configure script is generated. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9c3ea3c0..0c9f06b5 100644 --- a/configure.ac +++ b/configure.ac @@ -316,7 +316,7 @@ if test x$disable_battstat = xno; then ;; # list of supported OS cores that do not use libapm i386-*-freebsd*|*-*-netbsd*|*-*-openbsd*|*-*kfreebsd*-gnu) - if [ -n "${OS_SYS}" ]; then + if test -n "${OS_SYS}"; then ACPIINC="-I${OS_SYS}" else ACPIINC="-I/usr/src/sys" -- cgit v1.2.1