소스 검색

Init os_qnx in configure.ac

Stéphane Raimbault 13 년 전
부모
커밋
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"