summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-09-28 13:21:59 +0300
committerTor Lillqvist <tml@iki.fi>2012-09-29 08:16:31 +0300
commit4671e25d99bb2ad0f4f8f68c25fcc1bfce9e79b8 (patch)
treed24cb643497867e9ac2b5057e2d6c9e145e209bf /configure.in
parentWorkaround for boost problem with the 10.7 SDK (diff)
downloadcore-4671e25d99bb2ad0f4f8f68c25fcc1bfce9e79b8.tar.gz
core-4671e25d99bb2ad0f4f8f68c25fcc1bfce9e79b8.zip
No need for BITNESS_OVERRIDE in makefilery as CPU etc work fine
Change-Id: I59f4d5ad275af62c997723908754112c062a31be
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index be6397872024..aca0eafc5f6c 100644
--- a/configure.in
+++ b/configure.in
@@ -2865,8 +2865,6 @@ AC_SUBST(ENABLE_DIRECTX)
AC_SUBST(DISABLE_ACTIVEX)
AC_SUBST(DISABLE_ATL)
-AC_SUBST(BITNESS_OVERRIDE)
-
if test "$cross_compiling" = "yes"; then
CROSS_COMPILING=YES
SCPDEFS="$SCPDEFS -DCROSS_COMPILING"