Browse Source

Init os_qnx in configure.ac

Stéphane Raimbault 12 năm trước cách đây
mục cha
commit
47a72f1dc0
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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"