Skip to content

Commit

Permalink
Suppress windows console.
Browse files Browse the repository at this point in the history
  • Loading branch information
Safety0ff committed Jul 9, 2011
1 parent 16ac69b commit 600952d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -106,6 +106,7 @@ case ${host_os} in
AC_CHECK_TOOL([WINDRES], [windres], AC_MSG_ERROR([windres not found]))
WIN32_LIBS='-ldbghelp -lshfolder -lshlwapi -lpsapi -lshell32 -lwinmm -lws2_32 -liphlpapi'
AC_SUBST([WIN32_LIBS], [${WIN32_LIBS}])
LDFLAGS="-Wl,-subsystem,windows ${LDFLAGS}"
;;
*openbsd*)
AC_DEFINE([_XOPEN_SOURCE], 600, [Enable POSIX extensions if present])
Expand Down

0 comments on commit 600952d

Please sign in to comment.