(AC_FIND_FUNC_NO_LIBS): new argument `extra libs'
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7135 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -4,6 +4,6 @@ dnl
|
|||||||
dnl Look for function in any of the specified libraries
|
dnl Look for function in any of the specified libraries
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
dnl AC_FIND_FUNC_NO_LIBS(func, libraries, includes, arguments)
|
dnl AC_FIND_FUNC_NO_LIBS(func, libraries, includes, arguments, extra libs)
|
||||||
AC_DEFUN(AC_FIND_FUNC_NO_LIBS, [
|
AC_DEFUN(AC_FIND_FUNC_NO_LIBS, [
|
||||||
AC_FIND_FUNC_NO_LIBS2([$1], ["" $2], [$3], [$4])])
|
AC_FIND_FUNC_NO_LIBS2([$1], ["" $2], [$3], [$4], [$5])])
|
||||||
|
Reference in New Issue
Block a user