summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorACSYS <cvc4-devel@cs.nyu.edu>2012-10-25 19:56:39 +0000
committerACSYS <cvc4-devel@cs.nyu.edu>2012-10-25 19:56:39 +0000
commit20897efe113ff62e5a91840933a0b424e32f6771 (patch)
treeda16f4a8504c546e1113f3936f610c5839fe8bfa /configure.ac
parent9e8d041fd0b66816a65a2a07359abe42aeb8a7dd (diff)
last build system fix for now: fix some typos affecting Mac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b0940c965..2c67be865 100644
--- a/configure.ac
+++ b/configure.ac
@@ -480,8 +480,8 @@ if test -z "${enable_static_binary+set}"; then
enable_static_binary=no
fi
AC_MSG_RESULT([$enable_static_binary])
-if test "$nable_static_binary" = yes; then
- if test "$target_os" = darwin; then
+if test "$enable_static_binary" = yes; then
+ if test "$target_vendor" = apple; then
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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback