* acconfig.h: Add HAVE_REGCOMP
authorEzra Peisach <epeisach@mit.edu>
Mon, 18 Jun 2001 18:25:22 +0000 (18:25 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 18 Jun 2001 18:25:22 +0000 (18:25 +0000)
commit35a7cdb867f1b4377092055be6dd51cf88ca1a68
tree54b481d75cc7eac6de34cab02a37ce4b35b93e1a
parentb12d8a18662a4c44d42e2a381e3410b073a0207c
* acconfig.h: Add HAVE_REGCOMP

* aclocal.m4 (KRB5_AC_NEED_LIBGEN): Determins if libgen is really
needed to be linked with executables by determining if regcomp()
is missing or non-functionl and then if compile/step will be used.
(KRB5_AC_REGEX_FUNCS): Rewritten to require KRB5_AC_NEED_LIBGEN.
(KRB5_BUILD_PROGRAM): Use KRB5_AC_NEED_LIBGEN instead of testing
for compile in libgen.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13365 dc483132-0cff-0310-8789-dd5450dbe970
src/ChangeLog
src/acconfig.h
src/aclocal.m4