summaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
author <shinichiro.hamaji@gmail.com>2008-11-21 11:22:51 +0000
committer <shinichiro.hamaji@gmail.com>2008-11-21 11:22:51 +0000
commit4f81d0f20967ff824a155e832f278d0a4f208654 (patch)
treed4190fcfd39a5df9eef309fd787622d416aa09e0 /src/config.h.in
parent5cecb10919fad3567e308162cf0d2ec9738d8911 (diff)
downloadglog-4f81d0f20967ff824a155e832f278d0a4f208654.tar.gz
glog-4f81d0f20967ff824a155e832f278d0a4f208654.tar.bz2
glog-4f81d0f20967ff824a155e832f278d0a4f208654.zip
Add -lpthread in addition to -pthread on Linux.
git-svn-id: https://google-glog.googlecode.com/svn/trunk@21 eb4d4688-79bd-11dd-afb4-1d65580434c0
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in3
1 files changed, 3 insertions, 0 deletions
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 <inttypes.h> 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 <libunwind.h> header file. */
#undef HAVE_LIBUNWIND_H