diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-22 08:52:09 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-22 08:52:09 +0100 |
commit | 52d13a8a32196ecc698d0cb508317fcefd54b8a6 (patch) | |
tree | 256e2ebe17618d92372a2625f9d59487df462783 | |
parent | a73506c3a54098c4465b2428eabbe5a40b1cc937 (diff) | |
parent | ab0a75f50db03d59f0f86bbacdefce50e139ee18 (diff) | |
download | rsyslog-52d13a8a32196ecc698d0cb508317fcefd54b8a6.tar.gz rsyslog-52d13a8a32196ecc698d0cb508317fcefd54b8a6.tar.bz2 rsyslog-52d13a8a32196ecc698d0cb508317fcefd54b8a6.zip |
Merge branch 'v6-stable' into v7-stable
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 86aaa20d..5c1fa991 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 |