From 526cfa28a225aaf274a80f3cd8d968a3485768e8 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 4 Oct 2008 10:16:48 +0000 Subject: Remove word size check and macro and use __WORDSIZE directly instead. It has been done this way in libswscale for years without apparent ill effect. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27699 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'configure') diff --git a/configure b/configure index e418f95303..86b436061d 100755 --- a/configure +++ b/configure @@ -2927,17 +2927,6 @@ fi echores "$_fast_inttypes" -echocheck "word size" -_mp_wordsize="#undef MP_WORDSIZE" -cat > $TMPC << EOF -#include -#include -int main(void) { printf("%d\n", sizeof(size_t)*8); return 0; } -EOF -cc_check && _wordsize=`$TMPEXE` && _mp_wordsize="#define MP_WORDSIZE $_wordsize" -echores "$_wordsize" - - echocheck "malloc.h" cat > $TMPC << EOF #include @@ -8500,8 +8489,6 @@ $_def_confwin32 /* Define this to any prefered value from 386 up to infinity with step 100 */ #define __CPU__ $iproc -$_mp_wordsize - $_def_vcd #ifdef sun -- cgit v1.2.3