Skip to content

Commit

Permalink
Merge pull request VirusTotal#263 from hillu/mingw-workaround
Browse files Browse the repository at this point in the history
Add workaround for link failure (undefined reference to '_time32') when ...
  • Loading branch information
plusvic committed Feb 26, 2015
2 parents d03a673 + a4d33e2 commit d9ff226
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ AC_PROG_YACC
LT_INIT
AC_PROG_LIBTOOL

AC_CANONICAL_HOST

case $host_alias in
i?86-*-mingw*) CFLAGS="$CFLAGS -D__MINGW_USE_VC2005_COMPAT" ;;
esac

AC_ARG_ENABLE([dmalloc],
[AS_HELP_STRING([--enable-dmalloc],
[enable dmalloc to debug heap-related issues])],
Expand Down

0 comments on commit d9ff226

Please sign in to comment.