]> granicus.if.org Git - sudo/commitdiff
Fix closefrom() substitution in the Makefile
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 9 Jun 2007 11:17:34 +0000 (11:17 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 9 Jun 2007 11:17:34 +0000 (11:17 +0000)
configure.in

index 91d6bebcbf08f40620ffc841aff0729ec35228df..579cf83e6d97c5641a0f08413aea53715fea3785 100644 (file)
@@ -1721,7 +1721,7 @@ if test "$ac_cv_func_fnmatch_works" = no; then
 fi
 SUDO_FUNC_ISBLANK
 AC_REPLACE_FUNCS(strerror strcasecmp sigaction strlcpy strlcat)
-AC_CHECK_FUNCS(closefrom, [], [AC_LIBOBJ(closefrom.o)
+AC_CHECK_FUNCS(closefrom, [], [AC_LIBOBJ(closefrom)
     AC_CHECK_DECL(F_CLOSEM, AC_DEFINE(HAVE_FCNTL_CLOSEM), [],
        [ #include <limits.h>
          #include <fcntl.h> ])