summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-10-25 19:47:29 +0000
committerMorgan Deters <mdeters@gmail.com>2012-10-25 19:47:29 +0000
commit9e8d041fd0b66816a65a2a07359abe42aeb8a7dd (patch)
tree18b767d501d801250cb69b7d0070ae22a3e2626e /configure.ac
parent0ca70692f0b1b9e5dbae1663cafa9e5bc8a13be9 (diff)
extra quoting for special character
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback