- bought configure up to date with 1.23 of configure.in

This commit is contained in:
Bryce Denney 2001-06-20 22:28:43 +00:00
parent 72bf698114
commit 6c7d910459
1 changed files with 4 additions and 4 deletions

8
bochs/configure vendored
View File

@ -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=''