summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-09-28 20:17:12 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-09-28 20:17:12 -0700
commita3d1ccd8abb78bcd659bca696c460c4f2fecf37b (patch)
tree5355072871a12e76d203efcafc772262426891db /configure.in
parentd0b0d28f427fa7a86b51af7e3b486130d46f0a0c (diff)
downloadnasm-a3d1ccd8abb78bcd659bca696c460c4f2fecf37b.tar.gz
nasm-a3d1ccd8abb78bcd659bca696c460c4f2fecf37b.tar.bz2
nasm-a3d1ccd8abb78bcd659bca696c460c4f2fecf37b.zip
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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3def6cb..b97f536 100644
--- a/configure.in
+++ b/configure.in
@@ -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")]))