diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-12-02 12:37:59 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-12-02 12:37:59 +0100 |
commit | cf3d149652a163a0bd1c1e72d1b0e2a3c5ddb610 (patch) | |
tree | 84f4325a946c4e3d4d083a028cb4d4dd4c3acdcc /configure.ac | |
parent | 7b5d1c00e8782106b11cb1723a76fec9ed46f56f (diff) | |
download | monitoring-plugins-cf3d149652a163a0bd1c1e72d1b0e2a3c5ddb610.tar.gz |
Cosmetic change: s/THRLIBS/THREADLIBS/
Use a more intuitive variable name.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index a90a9d45..3cc3d03d 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -158,9 +158,9 @@ AC_SUBST(SOCKETLIBS) | |||
158 | 158 | ||
159 | dnl Check for POSIX thread libraries | 159 | dnl Check for POSIX thread libraries |
160 | AC_CHECK_HEADERS(pthread.h) | 160 | AC_CHECK_HEADERS(pthread.h) |
161 | AC_CHECK_LIB(pthread,pthread_create,THRLIBS="-lpthread", | 161 | AC_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)) |
163 | AC_SUBST(THRLIBS) | 163 | AC_SUBST(THREADLIBS) |
164 | 164 | ||
165 | dnl | 165 | dnl |
166 | dnl check for math-related functions needing -lm | 166 | dnl check for math-related functions needing -lm |