From c9d37ac6f78bb4a43480e627710123505fc4de85 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 15 Jan 2018 18:14:21 +0100 Subject: [PATCH] build system: remove spurios xOS_LINUX definition This was used nowhere. It most probably was a forgotten left-over from an experiment. closes https://github.com/rsyslog/rsyslog/issues/2386 --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 184dd88c4..61c9b3d4b 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,6 @@ case "${host}" in ;; esac AM_CONDITIONAL(OS_APPLE, test x$os_type == xapple) -AM_CONDITIONAL(xOS_LINUX, test x$os_type == xlinux) AM_CONDITIONAL(OS_LINUX, test x$os_type == xlinux) # Running from git source?