Peter M. Groen
/
libmodbus
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
47a72f1dc0bd653e84a936c678a1130e3011bdb8
Authored by
Stéphane Raimbault
2012-06-11 22:13:22 +0200
1 parent
a98392f0
Init os_qnx in configure.ac
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
configure.ac
configure.ac
View file @
47a72f1
...
...
@@ -48,8 +48,9 @@ AC_SUBST(LIBMODBUS_LT_VERSION_INFO)
48
48
49
49
AC_CANONICAL_HOST
50
50
51
-#
Check whether we are building for Win32
51
+#
OS check
52
52
os_win32="false"
53
+os_qnx="false"
53
54
case "${host_os}" in
54
55
*mingw32*)
55
56
os_win32="true"
...
...