- bought configure up to date with 1.23 of configure.in
This commit is contained in:
parent
72bf698114
commit
6c7d910459
8
bochs/configure
vendored
8
bochs/configure
vendored
@ -3073,7 +3073,7 @@ if test "${enable_apic+set}" = set; then
|
||||
if test "$enableval" = yes; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define BX_APIC_SUPPORT 1
|
||||
#define BX_SUPPORT_APIC 1
|
||||
EOF
|
||||
|
||||
IOAPIC_OBJS='ioapic.o'
|
||||
@ -3086,7 +3086,7 @@ EOF
|
||||
exit 1
|
||||
fi
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define BX_APIC_SUPPORT 0
|
||||
#define BX_SUPPORT_APIC 0
|
||||
EOF
|
||||
|
||||
IOAPIC_OBJS=''
|
||||
@ -3099,7 +3099,7 @@ else
|
||||
# enable APIC by default, if processors>1 or if cpulevel>5
|
||||
echo "$ac_t""yes" 1>&6
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define BX_APIC_SUPPORT 1
|
||||
#define BX_SUPPORT_APIC 1
|
||||
EOF
|
||||
|
||||
IOAPIC_OBJS='ioapic.o'
|
||||
@ -3107,7 +3107,7 @@ EOF
|
||||
else
|
||||
echo "$ac_t""no" 1>&6
|
||||
cat >> confdefs.h <<\EOF
|
||||
#define BX_APIC_SUPPORT 0
|
||||
#define BX_SUPPORT_APIC 0
|
||||
EOF
|
||||
|
||||
IOAPIC_OBJS=''
|
||||
|
Loading…
Reference in New Issue
Block a user