diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-04 18:46:37 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-04 18:46:37 +0200 |
commit | 805061b34a2273b487f799fc8e8554abbd70a2d7 (patch) | |
tree | 97a24a3b138ae4e904dcc1436e345548394197e8 /configure.ac | |
parent | 23ea66872b6929fec46c1c120967750a25ca4425 (diff) | |
parent | f4f55b6b9d0026d9303978897a8af9c4b72a88bb (diff) | |
download | rsyslog-805061b34a2273b487f799fc8e8554abbd70a2d7.tar.gz rsyslog-805061b34a2273b487f799fc8e8554abbd70a2d7.tar.bz2 rsyslog-805061b34a2273b487f799fc8e8554abbd70a2d7.zip |
Merge branch 'beta'
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac index 0aa51da0..f7d2bdd4 100644 --- a/configure.ac +++ b/configure.ac @@ -1233,21 +1233,6 @@ AC_ARG_ENABLE(omuxsock, AM_CONDITIONAL(ENABLE_OMUXSOCK, test x$enable_omuxsock = xyes) -# This provides a vehicle to integrate custom modules, that are not -# part of rsyslog, into the build process. It is named cust1, so that -# additional such modules can easily be added. -AC_ARG_ENABLE(cust1, - [AS_HELP_STRING([--enable-cust1],[Compiles cust1 module @<:@default=no@:>@])], - [case "${enableval}" in - yes) enable_cust1="yes" ;; - no) enable_cust1="no" ;; - *) AC_MSG_ERROR(bad value ${enableval} for --enable-cust1) ;; - esac], - [enable_cust1=no] -) -AM_CONDITIONAL(ENABLE_CUST1, test x$enable_cust1 = xyes) - - # A custom strgen that also serves as a sample of how to do # SQL-generating strgen's AC_ARG_ENABLE(sm_cust_bindcdr, @@ -1435,7 +1420,6 @@ echo " Zlib compression support enabled: $enable_zlib" echo " rsyslog runtime will be built: $enable_rsyslogrt" echo " rsyslogd will be built: $enable_rsyslogd" echo " GUI components will be built: $enable_gui" -echo " custom module 1 will be built: $enable_cust1" echo " Unlimited select() support enabled: $enable_unlimited_select" echo echo "---{ input plugins }---" |