* configure.in: Don't substitute LIBOBJS, newer autoconfs don't like it
authorKen Raeburn <raeburn@mit.edu>
Thu, 21 Aug 2003 07:46:13 +0000 (07:46 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 21 Aug 2003 07:46:13 +0000 (07:46 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15786 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ChangeLog
src/lib/krb5/configure.in

index 03492511e4701c84d744ee44d4ff491741a4d8b0..979fbaa285adf01e0d829d75280c33135a43cd89 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-21  Ken Raeburn  <raeburn@mit.edu>
+
+       * configure.in: Don't substitute LIBOBJS, newer autoconfs don't
+       like it.
+
 2003-08-20  Ken Raeburn  <raeburn@mit.edu>
 
        * configure.in: Don't replace any missing system functions.  Just
index e751e7d04afd2b1c8341bca4915d8a9a0186dbf3..30788fca39993528de6ab60b750f60cf7b9fe132 100644 (file)
@@ -10,11 +10,7 @@ dnl
 AC_HEADER_STDARG
 AC_CHECK_HEADERS(unistd.h paths.h regex.h regexp.h regexpr.h fcntl.h memory.h ifaddrs.h sys/filio.h)
 AC_CHECK_FUNCS(flock fchmod chmod strftime strptime geteuid setenv unsetenv getenv setsid gethostbyname2 getifaddrs)
-dnl
 dnl AC_REPLACE_FUNCS(strdup strcasecmp getuid)
-LIBOBJS=""
-AC_SUBST(LIBOBJS)
-dnl
 KRB5_AC_REGEX_FUNCS
 KRB5_NEED_PROTO([#include <time.h>],strptime)
 dnl