Skip to content

Commit 2a80645

Browse files
author
bittwiddler1
committed
Comment changes
Making the comments more explicative and less opinionated. :)
1 parent 80d6bf7 commit 2a80645

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configure.ac

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects])
1212

1313
AC_CANONICAL_HOST
1414

15-
dnl Detect OS and set automake variables
16-
dnl Always the red-headed stepchild...
15+
dnl Detect Windows, as it doesn't implement UNIX signals and requires special code
1716
AM_CONDITIONAL([WINDOWS],
1817
[test "${host//mingw/}" != "${host}" -o "${host//msvc/}" != "${host}"])
1918

0 commit comments

Comments
 (0)