see if regcomp works.
NetBSD required this so that size_t is defined.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7978
dc483132-0cff-0310-8789-
dd5450dbe970
+Sat May 11 10:08:15 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * configure.in: Need to include sys/types.h before regexp.h in
+ test to see if regcomp works.
+ Add V5_USE_SHARED_LIB for the tests that are built.
+
Tue Apr 30 17:51:47 1996 Ken Raeburn <raeburn@cygnus.com>
* configure.in: Test that regcomp actually works.
AC_MSG_CHECKING(for working regcomp)
AC_CACHE_VAL(ac_cv_func_regcomp,[
AC_TRY_RUN([
+#include <sys/types.h>
#include <regex.h>
regex_t x; regmatch_t m;
int main() { return regcomp(&x,"pat.*",0) || regexec(&x,"pattern",1,&m,0); }
AC_DEFINE(AN_TO_LN_RULES)
USE_ANAME
V5_SHARED_LIB_OBJS
+V5_USE_SHARED_LIB
KRB5_LIBRARIES
KRB5_RUN_FLAGS
SubdirLibraryRule([${OBJS}])