瀏覽代碼

Init os_qnx in configure.ac

Stéphane Raimbault 12 年之前
父節點
當前提交
47a72f1dc0
共有 1 個文件被更改,包括 2 次插入1 次删除
  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"