configure.in: AC_SUBST_FILE should have been AC_SUBST

AC_SUBST_FILE happened to work in autoconf 2.59, but is broken in
autoconf 2.61.
This commit is contained in:
H. Peter Anvin 2007-09-28 20:17:12 -07:00
parent d0b0d28f42
commit a3d1ccd8ab

View file

@ -87,7 +87,7 @@ AC_C_CONST
AC_TYPE_SIZE_T
dnl Checks for library functions.
AC_SUBST_FILE(XOBJS)
AC_SUBST(XOBJS)
AC_CHECK_FUNCS(strcspn, ,
AC_MSG_ERROR([NASM requires ANSI C (specifically, "strcspn")]))