summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-11-09 09:27:41 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-11-09 09:27:41 +0100
commit37f4c6630045ab70e5a746365fd762dd376d3530 (patch)
treecd085623663124088cb75770de7a257537fce97f
parentf66e2216c7065a05dde78fd1bbab934310a03e05 (diff)
downloadrsyslog-37f4c6630045ab70e5a746365fd762dd376d3530.tar.gz
rsyslog-37f4c6630045ab70e5a746365fd762dd376d3530.tar.bz2
rsyslog-37f4c6630045ab70e5a746365fd762dd376d3530.zip
cleanup: remove no longer needed configure setting
-rw-r--r--configure.ac21
1 files changed, 0 insertions, 21 deletions
diff --git a/configure.ac b/configure.ac
index 206ad156..270eca5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -341,27 +341,6 @@ AC_ARG_ENABLE(kmsg,
AM_CONDITIONAL(ENABLE_IMKMSG, test x$enable_kmsg = xyes)
-#
-# SYSLOG_UNIXAF
-#
-AC_MSG_CHECKING(for SYSLOG_UNIXAF support)
-AC_ARG_ENABLE([unix],
- [AS_HELP_STRING([--disable-unix], [Disable support for unix])],
- [
- if test "x${enableval}" = "xyes"; then
- AC_MSG_RESULT([yes])
- AC_DEFINE([SYSLOG_UNIXAF], [1], [Description])
- else
- AC_MSG_RESULT([no])
- fi
- ],
- [
- # enabled by default
- AC_MSG_RESULT([yes])
- AC_DEFINE([SYSLOG_UNIXAF], [1], [Description])
- ])
-
-
# inet
AC_ARG_ENABLE(inet,
[AS_HELP_STRING([--enable-inet],[Enable networking support @<:@default=yes@:>@])],