summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-09-21 07:48:25 +0300
committerTor Lillqvist <tml@iki.fi>2012-09-21 07:48:25 +0300
commita0a1f318916864c99a680881df3a26bf27e42210 (patch)
tree38233ee8b05e07838cc616a8f6d3882892338b9f /configure.in
parentmork driver: refactoring query engine (diff)
downloadcore-a0a1f318916864c99a680881df3a26bf27e42210.tar.gz
core-a0a1f318916864c99a680881df3a26bf27e42210.zip
Braino
Change-Id: Ib8430f7e3a47d8f75c3df9baaa1760b2e07e4939
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e29a0e84cf52..8180ac401d6a 100644
--- a/configure.in
+++ b/configure.in
@@ -2701,7 +2701,7 @@ if test "$_os" = "Darwin"; then
;;
esac
- if "$BITNESS_OVERRIDE" = 64; then
+ if test "$BITNESS_OVERRIDE" = 64; then
case $with_macosx_version_min_required in
10.4|10.5)
AC_MSG_ERROR([Can't build 64-bit code for with-macosx-version-min-required=$with_macosx_version_min_required])