regenerate configure script from new configure.in
This commit is contained in:
parent
777e0db06b
commit
6822fa35a3
893
bochs/configure
vendored
893
bochs/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@ dnl // Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT(bochs.h)
|
||||
AC_REVISION([[$Id: configure.in,v 1.207 2003-05-21 15:48:55 sshwarts Exp $]])
|
||||
AC_REVISION([[$Id: configure.in,v 1.208 2003-05-21 16:16:04 sshwarts Exp $]])
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_HEADER(ltdlconf.h)
|
||||
|
||||
@ -1357,9 +1357,9 @@ AC_ARG_ENABLE(mmx,
|
||||
]
|
||||
)
|
||||
|
||||
AC_MSG_CHECKING(for 3DNOW support)
|
||||
AC_MSG_CHECKING(for 3DNow! support)
|
||||
AC_ARG_ENABLE(3dnow,
|
||||
[ --enable-ednow 3DNow! support],
|
||||
[ --enable-3dnow 3DNow! support],
|
||||
[if test "$enableval" = yes; then
|
||||
AC_MSG_RESULT(yes)
|
||||
AC_DEFINE(BX_SUPPORT_3DNOW, 1)
|
||||
@ -1376,7 +1376,6 @@ AC_ARG_ENABLE(3dnow,
|
||||
AC_MSG_RESULT(no)
|
||||
AC_DEFINE(BX_SUPPORT_3DNOW, 0)
|
||||
fi
|
||||
AC_MSG_RESULT(no)
|
||||
]
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user