- add getmntent define, don't expand fnmatch.
CVS patchset: 5224 CVS date: 2001/12/19 19:35:11
This commit is contained in:
parent
53ce5564b5
commit
c4a7546f07
|
@ -153,6 +153,9 @@
|
|||
/* Build with dmalloc support? */
|
||||
#undef DMALLOC
|
||||
|
||||
/* Define if you have the getmntent() function */
|
||||
#undef HAVE_GETMNTENT
|
||||
|
||||
^L
|
||||
/* Leave that blank line there!! Autoheader needs it.
|
||||
If you're adding to this file, keep in mind:
|
||||
|
|
|
@ -746,7 +746,8 @@ AC_FUNC_VPRINTF
|
|||
AC_FUNC_FNMATCH
|
||||
if test $ac_cv_func_fnmatch_works = no; then
|
||||
LIBOBJS="$LIBOBJS fnmatch.o"
|
||||
AC_DEFINE_UNQUOTED(fnmatch, rpl_fnmatch)
|
||||
dnl XXX no expansion needed
|
||||
dnl AC_DEFINE_UNQUOTED(fnmatch, rpl_fnmatch)
|
||||
fi
|
||||
|
||||
dnl XXX AC_FUNC_MEMCMP
|
||||
|
|
Loading…
Reference in New Issue