added compatibility to mingw

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@408 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-02-06 20:26:37 +00:00
parent 8bb7b592d6
commit 3674c41f66
3 changed files with 29 additions and 5 deletions

View File

@@ -77,7 +77,7 @@ AC_TYPE_UINT8_T
# Checks for library functions.
AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_CHECK_FUNCS([memmove memset strerror])
AC_CHECK_FUNCS([getline memmove memset strerror])
cat << EOF