We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d6bf7 commit 2a80645Copy full SHA for 2a80645
configure.ac
@@ -12,8 +12,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects])
12
13
AC_CANONICAL_HOST
14
15
-dnl Detect OS and set automake variables
16
-dnl Always the red-headed stepchild...
+dnl Detect Windows, as it doesn't implement UNIX signals and requires special code
17
AM_CONDITIONAL([WINDOWS],
18
[test "${host//mingw/}" != "${host}" -o "${host//msvc/}" != "${host}"])
19
0 commit comments