Remove check for the regular expression functions, since they aren't
authorTheodore Tso <tytso@mit.edu>
Mon, 2 Mar 1998 02:00:23 +0000 (02:00 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 2 Mar 1998 02:00:23 +0000 (02:00 +0000)
used in lib/kdb.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10486 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/kdb/ChangeLog
src/lib/kdb/configure.in

index 9238f1949d9874fc4dbf57d88a687fec19c014fc..0f3bc5951de3a7f5efb7ff61641d649d80209eb1 100644 (file)
@@ -1,3 +1,8 @@
+Fri Feb 27 21:21:03 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * configure.in: Remove check for the regular expression functions,
+               since they aren't used in lib/kdb.
+
 Wed Feb 18 16:16:35 1998  Tom Yu  <tlyu@mit.edu>
 
        * Makefile.in: Remove trailing slash from thisconfigdir.  Fix up
index 9b63c491fe4309efe28a3e7de60fd7b27db258a8..e4c33c3924f68c5596dcc1e3a3b2353e94f5ec0a 100644 (file)
@@ -7,7 +7,6 @@ AC_PROG_INSTALL
 AC_HAVE_HEADERS(unistd.h)
 AC_CHECK_FUNCS(srand48 srand srandom umask)
 
-AC_CHECK_FUNCS(re_comp re_exec regcomp regexec)
 dnl AIX is unusual in that it wants all symbols resolved at link time
 dnl  Fortunately, it will allow us to link the kdb library now, even if
 dnl it is linked again later.