From 9e8d041fd0b66816a65a2a07359abe42aeb8a7dd Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Thu, 25 Oct 2012 19:47:29 +0000 Subject: [PATCH] extra quoting for special character --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ccc38cafb..b0940c965 100644 --- a/configure.ac +++ b/configure.ac @@ -482,7 +482,7 @@ fi AC_MSG_RESULT([$enable_static_binary]) if test "$nable_static_binary" = yes; then if test "$target_os" = darwin; then - AC_MSG_ERROR([Statically-linked binaries are not supported on Mac OS. See https://developer.apple.com/library/mac/#qa/qa2001/qa1118.html]) + AC_MSG_ERROR([[Statically-linked binaries are not supported on Mac OS. See https://developer.apple.com/library/mac/#qa/qa2001/qa1118.html]]) fi if test "$enable_static" != yes; then enable_static=yes -- 2.30.2