Commit 47a72f1dc0bd653e84a936c678a1130e3011bdb8

Authored by Stéphane Raimbault
1 parent a98392f0

Init os_qnx in configure.ac

Showing 1 changed file with 2 additions and 1 deletions
configure.ac
... ... @@ -48,8 +48,9 @@ AC_SUBST(LIBMODBUS_LT_VERSION_INFO)
48 48  
49 49 AC_CANONICAL_HOST
50 50  
51   -# Check whether we are building for Win32
  51 +# OS check
52 52 os_win32="false"
  53 +os_qnx="false"
53 54 case "${host_os}" in
54 55 *mingw32*)
55 56 os_win32="true"
... ...