use AC_LIBOBJ

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11000 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-05-19 19:17:47 +00:00
parent ff3e2cf70f
commit 4de66b10ed
5 changed files with 23 additions and 40 deletions

View File

@@ -6,8 +6,7 @@ dnl
AC_DEFUN(AC_FIND_IF_NOT_BROKEN,
[AC_FIND_FUNC([$1], [$2], [$3], [$4])
if eval "test \"$ac_cv_func_$1\" != yes"; then
LIBOBJS[]="$LIBOBJS $1.o"
if eval "test \"$ac_cv_func_$1\" != yes"; then
AC_LIBOBJ([$1])
fi
AC_SUBST(LIBOBJS)dnl
])