From 1b6d89c457683412566b3757d68f643b6497139a Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Thu, 17 Dec 2009 10:15:24 +0100 Subject: [PATCH] correct quoting --- cf/pthreads.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/pthreads.m4 b/cf/pthreads.m4 index 135acd79d..f6c530daf 100644 --- a/cf/pthreads.m4 +++ b/cf/pthreads.m4 @@ -34,7 +34,7 @@ case "$host" in ;; *-*-freebsd[[789]]*) native_pthread_support=yes - PTHREADS_LIBADD="-lpthread + PTHREADS_LIBADD="-lpthread" ;; *-*-openbsd*) native_pthread_support=yes