summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-12-02 11:37:59 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-12-02 11:37:59 (GMT)
commitcf3d149652a163a0bd1c1e72d1b0e2a3c5ddb610 (patch)
tree84f4325a946c4e3d4d083a028cb4d4dd4c3acdcc /configure.ac
parent7b5d1c00e8782106b11cb1723a76fec9ed46f56f (diff)
downloadmonitoring-plugins-cf3d149652a163a0bd1c1e72d1b0e2a3c5ddb610.tar.gz
Cosmetic change: s/THRLIBS/THREADLIBS/
Use a more intuitive variable name.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index a90a9d4..3cc3d03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -158,9 +158,9 @@ AC_SUBST(SOCKETLIBS)
158 158
159dnl Check for POSIX thread libraries 159dnl Check for POSIX thread libraries
160AC_CHECK_HEADERS(pthread.h) 160AC_CHECK_HEADERS(pthread.h)
161AC_CHECK_LIB(pthread,pthread_create,THRLIBS="-lpthread", 161AC_CHECK_LIB(pthread,pthread_create,THREADLIBS="-lpthread",
162 AC_CHECK_LIB(pthread,pthread_create,THRLIBS="-lpthread -lrt",-lrt)) 162 AC_CHECK_LIB(pthread,pthread_create,THREADLIBS="-lpthread -lrt",-lrt))
163AC_SUBST(THRLIBS) 163AC_SUBST(THREADLIBS)
164 164
165dnl 165dnl
166dnl check for math-related functions needing -lm 166dnl check for math-related functions needing -lm