From 4f81d0f20967ff824a155e832f278d0a4f208654 Mon Sep 17 00:00:00 2001 From: Date: Fri, 21 Nov 2008 11:22:51 +0000 Subject: Add -lpthread in addition to -pthread on Linux. git-svn-id: https://google-glog.googlecode.com/svn/trunk@21 eb4d4688-79bd-11dd-afb4-1d65580434c0 --- src/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index f73b9f7..f613e7a 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -15,6 +15,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `pthread' library (-lpthread). */ +#undef HAVE_LIBPTHREAD + /* Define to 1 if you have the header file. */ #undef HAVE_LIBUNWIND_H -- cgit v1.2.3