8000
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 8544b5b commit 80d6bf7Copy full SHA for 80d6bf7
configure.ac
@@ -9,8 +9,14 @@ AC_CONFIG_HEADERS([config.h])
9
AC_CONFIG_FILES([UnitTest++.pc])
10
11
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...
17
AM_CONDITIONAL([WINDOWS],
- [test "${host#*mingw}" != "${host}" -o "${host#*msvc}" != "${host}"])
18
+ [test "${host//mingw/}" != "${host}" -o "${host//msvc/}" != "${host}"])
19
20
LT_INIT()
21
22
AC_SUBST([LIBUNITTEST_SO_VERSION], [1:6:0])
0 commit comments