we have a fnmatch.h only if there is a working implementation and a
header file. If we do use roken, lets use our own headerfile that does symbol renaming. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20639 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -144,7 +144,6 @@ AC_CHECK_HEADERS(sys/proc.h, , , [AC_INCLUDES_DEFAULT
|
||||
AC_REQUIRE([CHECK_NETINET_IP_AND_TCP])
|
||||
|
||||
AM_CONDITIONAL(have_err_h, test "$ac_cv_header_err_h" = yes)
|
||||
AM_CONDITIONAL(have_fnmatch_h, test "$ac_cv_header_fnmatch_h" = yes)
|
||||
AM_CONDITIONAL(have_ifaddrs_h, test "$ac_cv_header_ifaddrs_h" = yes)
|
||||
AM_CONDITIONAL(have_vis_h, test "$ac_cv_header_vis_h" = yes)
|
||||
|
||||
@@ -349,6 +348,9 @@ AC_BROKEN([ \
|
||||
writev \
|
||||
])
|
||||
|
||||
AM_CONDITIONAL(have_fnmatch_h,
|
||||
test "$ac_cv_header_fnmatch_h" = yes -a "$ac_cv_func_fnmatch" = yes)
|
||||
|
||||
AC_FOREACH([rk_func], [strndup strsep strtok_r],
|
||||
[AC_NEED_PROTO([#include <string.h>], rk_func)])
|
||||
|
||||
|
Reference in New Issue
Block a user