Added HAVE_SOFT_FLOAT (--with-softfloat)

This commit is contained in:
Jaroslav Kysela 2002-04-24 14:41:55 +00:00
parent c39d1a665d
commit f23813b7e9
4 changed files with 24 additions and 0 deletions

View file

@ -85,6 +85,7 @@ AC_HEADER_STDC
AM_CONFIG_HEADER(include/config.h)
AC_CHECK_HEADERS(sound/asound.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_C_INLINE
@ -120,6 +121,10 @@ else
AC_MSG_RESULT(no)
fi
AC_ARG_WITH(softfloat,
[ --with-softfloat do you have floating point unit on this machine? (optional)],
[ AC_DEFINE(HAVE_SOFT_FLOAT, "1")],)
dnl Check for architecture
AC_MSG_CHECKING(for architecture)
case "$target" in