]> git.ipfire.org Git - thirdparty/libbsd.git/commit
build: Detect Windows/MinGW at configure time
authorAaron Dierking <aarond@fb.com>
Thu, 14 Jun 2018 18:38:32 +0000 (11:38 -0700)
committerGuillem Jover <guillem@hadrons.org>
Thu, 8 Aug 2019 01:22:09 +0000 (03:22 +0200)
commit4bed48398ff97b2d98cf4665b528a939c620522c
treeca35e642eec6c74618b9a90826b6c7bab8de6d1c
parent2e071c3cc152ec55db7b87248fdc017a0f735302
build: Detect Windows/MinGW at configure time

Extend the host OS checks to define an OS_WINDOWS automake conditional if
the host is MinGW-like. This will be useful for future Windows-specific
build tweaks.

[guillem@hadrons.org:
 - Rename WINDOWS conditional to OS_WINDOWS. ]

Signed-off-by: Guillem Jover <guillem@hadrons.org>
configure.ac