mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
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:
parent
d0b0d28f42
commit
a3d1ccd8ab
@ -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")]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user