Browse Source

Init os_qnx in configure.ac

Stéphane Raimbault 13 years ago
parent
commit
47a72f1dc0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      configure.ac

+ 2 - 1
configure.ac

@@ -48,8 +48,9 @@ AC_SUBST(LIBMODBUS_LT_VERSION_INFO)
 
 
 AC_CANONICAL_HOST
 AC_CANONICAL_HOST
 
 
-# Check whether we are building for Win32
+# OS check
 os_win32="false"
 os_win32="false"
+os_qnx="false"
 case "${host_os}" in
 case "${host_os}" in
       *mingw32*)
       *mingw32*)
 		os_win32="true"
 		os_win32="true"