--- gforth/configure.in 2008/05/04 17:53:29 1.225 +++ gforth/configure.in 2008/07/04 12:07:28 1.227 @@ -528,7 +528,9 @@ else fi if grep -q FORCE_REG arch/$machine/machine.h; then - OPTS=`for i in $OPTS; do echo -n "$i-reg "; done`$OPTS + OPTS2='' + for i in $OPTS; do OPTS2="$OPTS2 $i-reg"; done + OPTS="$OPTS2 $OPTS" else AC_DEFINE_UNQUOTED(FORCE_REG_UNNECESSARY,,[defined if the platform does not need FORCE_REG]) fi @@ -804,7 +806,6 @@ dnl This check is just for making later dnl using sin here is no good idea since it is built-into gcc and typechecked AC_CHECK_LIB(m,asin) AC_CHECK_LIB(ltdl,lt_dlinit) -AC_CHECK_LIB(dl,dlopen) dnl check for libffi 2.x AC_CHECK_LIB(ffi,ffi_call) if test $ac_cv_lib_ffi_ffi_call = yes