mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 22:10:41 +01:00
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:
parent
fe3ecb26cd
commit
c9d37ac6f7
@ -123,7 +123,6 @@ case "${host}" in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
AM_CONDITIONAL(OS_APPLE, test x$os_type == xapple)
|
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)
|
AM_CONDITIONAL(OS_LINUX, test x$os_type == xlinux)
|
||||||
|
|
||||||
# Running from git source?
|
# Running from git source?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user