From 227dd9b42702b9c8062db9f7012058c051961b35 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 27 Sep 2003 15:32:48 +0000 Subject: Rename thread compile flag. Move thread test program to tools/thread, and improve tests. --- src/template/osf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/template/osf') diff --git a/src/template/osf b/src/template/osf index 7305395a0b2..0856f5c8981 100644 --- a/src/template/osf +++ b/src/template/osf @@ -7,4 +7,4 @@ fi SUPPORTS_THREADS=yes NEED_REENTRANT_FUNCS=no # 4.0 2003-09-13 -THREAD_CFLAGS="-pthread" +THREAD_LIBS="-pthread" -- cgit v1.2.3