Explorar el Código

Init os_qnx in configure.ac

Stéphane Raimbault hace 13 años
padre
commit
47a72f1dc0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      configure.ac

+ 2 - 1
configure.ac

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