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
This commit is contained in:
Rainer Gerhards 2018-01-15 18:14:21 +01:00
parent fe3ecb26cd
commit c9d37ac6f7

View File

@ -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?