fix cygwin build

fixes https://github.com/OpenSC/OpenSC/issues/607
This commit is contained in:
Frank Morgner 2019-03-26 00:05:52 +01:00
parent 4ba086bfd4
commit f1e9108502
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ case "${host}" in
WIN32="yes"
else
AC_MSG_RESULT([Using cygwin])
CPPFLAGS="${CPPFLAGS} -DCRYPTOKI_FORCE_WIN32"
WIN_LIBPREFIX="cyg"
AC_DEFINE([USE_CYGWIN], [1], [Define if you are on Cygwin])
fi