summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-03-22 08:40:29 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-03-22 08:40:29 +0100
commitab0a75f50db03d59f0f86bbacdefce50e139ee18 (patch)
tree3aa0aae787ff551e2e9491b066509e3ae3dd3fc5
parentd22d1c31cd64eede8203ecfd2f0bee047046a113 (diff)
parent7da35cf0e26451f0186af387e6466cce99c2cd6b (diff)
downloadrsyslog-ab0a75f50db03d59f0f86bbacdefce50e139ee18.tar.gz
rsyslog-ab0a75f50db03d59f0f86bbacdefce50e139ee18.tar.bz2
rsyslog-ab0a75f50db03d59f0f86bbacdefce50e139ee18.zip
Merge branch 'v5-stable' into v6-stable
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7664cf39..6d79a981 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,6 +68,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