comparison configure @ 35954:b1d68e8f28c0

build: Drop unused part of sysi86() check.
author diego
date Sat, 23 Mar 2013 14:48:22 +0000
parents 691431d2289e
children 7d9406af9f09
comparison
equal deleted inserted replaced
35953:2211ce940290 35954:b1d68e8f28c0
4089 4089
4090 4090
4091 if sunos; then 4091 if sunos; then
4092 echocheck "sysi86()" 4092 echocheck "sysi86()"
4093 _sysi86=no 4093 _sysi86=no
4094 statement_check sys/sysi86.h 'sysi86(0)' && _sysi86=yes 4094 def_sysi86='#define HAVE_SYSI86 0'
4095 if test "$_sysi86" = yes ; then 4095 statement_check sys/sysi86.h 'int sysi86(int, void*); sysi86(0)' &&
4096 def_sysi86='#define HAVE_SYSI86 1' 4096 _sysi86=yes && def_sysi86='#define HAVE_SYSI86 1'
4097 statement_check sys/sysi86.h 'int sysi86(int, void*); sysi86(0)' && def_sysi86_iv='#define HAVE_SYSI86_iv 1'
4098 else
4099 def_sysi86='#undef HAVE_SYSI86'
4100 fi
4101 echores "$_sysi86" 4097 echores "$_sysi86"
4102 fi #if sunos 4098 fi #if sunos
4103 4099
4104 4100
4105 echocheck "sys/sysinfo.h" 4101 echocheck "sys/sysinfo.h"