diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-22 08:52:15 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-22 08:52:15 +0100 |
commit | 906ed9df906fe3a52b042929130e6fc9a00b53a8 (patch) | |
tree | 29fb6505fee7d63c93af1a537426d89ae45b615b | |
parent | 202068763bf7a30acd08291a4760b88faad06d75 (diff) | |
parent | 52d13a8a32196ecc698d0cb508317fcefd54b8a6 (diff) | |
download | rsyslog-906ed9df906fe3a52b042929130e6fc9a00b53a8.tar.gz rsyslog-906ed9df906fe3a52b042929130e6fc9a00b53a8.tar.bz2 rsyslog-906ed9df906fe3a52b042929130e6fc9a00b53a8.zip |
Merge branch 'v7-stable'
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 671e6442..31b2ab8a 100644 --- a/configure.ac +++ b/configure.ac @@ -66,6 +66,8 @@ save_LIBS=$LIBS LIBS= AC_SEARCH_LIBS(clock_gettime, rt) RT_LIBS=$LIBS +AC_SEARCH_LIBS(mq_getattr, rt) +RT_LIBS="$RT_LIBS $LIBS" LIBS= AC_SEARCH_LIBS(dlopen, dl) DL_LIBS=$LIBS |