summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-13 14:24:32 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-13 14:24:32 +0000
commit5287b695e6961ff4941aa0e0e5ba743334415234 (patch)
treecc8d303bab6ea11aff8baea94167e70d2611524a /configure.ac
parent8ca90eb55502cc7a6f9e6163bf7e46cb5142b2e2 (diff)
downloadrsyslog-5287b695e6961ff4941aa0e0e5ba743334415234.tar.gz
rsyslog-5287b695e6961ff4941aa0e0e5ba743334415234.tar.xz
rsyslog-5287b695e6961ff4941aa0e0e5ba743334415234.zip
cleaned up new relp code files to make them suitable for implementation
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index bb8c065c..4712e86e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -455,10 +455,10 @@ AC_ARG_ENABLE(relp,
[enable_relp=no]
)
if test "x$enable_relp" = "xyes"; then
-# AC_CHECK_HEADERS(
-# [net-relp/net-relp-config.h],,
-# [AC_MSG_FAILURE([Net-RELP is missing])]
-# )
+ AC_CHECK_HEADERS(
+ [relp.h],,
+ [AC_MSG_FAILURE([RELP library is missing (no headers)])]
+ )
AC_CHECK_LIB(
[relp],
[relpInit],