=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/acsite.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/sudo/Attic/acsite.m4 1999/11/18 16:29:01 1.1 +++ src/usr.bin/sudo/Attic/acsite.m4 1999/12/10 06:45:11 1.2 @@ -235,9 +235,9 @@ [AC_MSG_CHECKING(for working fnmatch) AC_CACHE_VAL(sudo_cv_func_fnmatch, [rm -f conftestdata; > conftestdata -AC_TRY_RUN([main() { -exit(fnmatch("/*/bin/echo *", "/usr/bin/echo just a test", 0)); -}], sudo_cv_func_fnmatch=yes, sudo_cv_func_fnmatch=no, +AC_TRY_RUN([#include +main() { exit(fnmatch("/*/bin/echo *", "/usr/bin/echo just a test", 0)); } +], sudo_cv_func_fnmatch=yes, sudo_cv_func_fnmatch=no, sudo_cv_func_fnmatch=no) rm -f core core.* *.core])dnl AC_MSG_RESULT($sudo_cv_func_fnmatch)