Commit 6f53ff9a 6f53ff9abb002eb965559acb3bf5cccf3fe7c7bc by Alain Magloire

Typo.

1 parent 0e4bc2f8
......@@ -68,7 +68,7 @@ AC_FUNC_ALLOCA
AC_FUNC_MMAP
AC_FUNC_FNMATCH
if test "$ac_cv_func_fnmatch_works" = "no"; then
AC_LIBOBJ(fnmatch)
LIBOBJS(fnmatch)
fi
AC_REPLACE_FUNCS(setenv snprintf strtok_r strncasecmp strcasecmp vasprintf)
AC_CHECK_FUNCS(mkstemp)
......