Amazing the difference a paren can make, including fix my last commit.
authorSteve Youngs <steve@sxemacs.org>
Tue, 28 May 2019 12:27:24 +0000 (22:27 +1000)
committerSteve Youngs <steve@sxemacs.org>
Tue, 28 May 2019 12:27:24 +0000 (22:27 +1000)
* m4/sxe-libc.m4 (SXE_CHECK_LIBC_VERSION): Add missing paren.

Signed-off-by: Steve Youngs <steve@sxemacs.org>
m4/sxe-libc.m4

index 2a68829..30a351f 100644 (file)
@@ -127,7 +127,7 @@ AC_DEFUN([SXE_CHECK_LIBC_VERSION], [dnl
 #include <gnu/libc-version.h>
 int main(void) { puts (gnu_get_libc_version()); return 0; }]])], [dnl
 libc_version=`./conftest`], [libc_version=""],
-        [AC_MSG_WARN([Cross-compiling? Good luck. Let us know how it goes.])]
+        [AC_MSG_WARN([Cross-compiling? Good luck. Let us know how it goes.])])
                if test -f /etc/os-release; then
                        source /etc/os-release
                        libc_version="GNU libc $libc_version (${PRETTY_NAME})"