From a413400cb98d2aeba576762ee445560da03e9d55 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 25 Mar 2005 21:28:30 +0000 Subject: threaded test program built even with thread support disabled * Makefile.in (all-unix): Use @THREAD_SUPPORT@ and helper targets to build programs only if thread support is enabled. (all-unix-0, all-unix-1): New helper targets. ticket: new tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17152 dc483132-0cff-0310-8789-dd5450dbe970 --- src/tests/gss-threads/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/tests/gss-threads/ChangeLog') diff --git a/src/tests/gss-threads/ChangeLog b/src/tests/gss-threads/ChangeLog index 11e71b730..5d6d0c7f9 100644 --- a/src/tests/gss-threads/ChangeLog +++ b/src/tests/gss-threads/ChangeLog @@ -1,3 +1,9 @@ +2005-03-25 Ken Raeburn + + * Makefile.in (all-unix): Use @THREAD_SUPPORT@ and helper targets + to build programs only if thread support is enabled. + (all-unix-0, all-unix-1): New helper targets. + 2005-02-11 Ken Raeburn * gss-misc.c: Include autoconf.h. If both time.h and sys/time.h -- cgit