Initialize shell variables to be sure

This commit is contained in:
Akira TAGOH 2020-11-28 10:46:09 +09:00
parent b80cd57fda
commit 776d09dbaf
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ PKGCONFIG_REQUIRES_PRIVATELY=
dnl ==========================================================================
AC_CANONICAL_HOST
os_win32=no
os_darwin=no
case "${host_os}" in
cygwin*|mingw*)
os_win32=yes