Skip to content

Commit 49d0e50

Browse files
committed
Cleanup USE_WIN32_MODULE in configure
1 parent 85d9c3e commit 49d0e50

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

configure.ac

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4852,13 +4852,6 @@ case $host in
48524852
CFLAGS_NODIST="$CFLAGS_NODIST -D_WIN32_WINNT=0x0602";;
48534853
esac
48544854

4855-
# Determine if windows modules should be used.
4856-
AC_SUBST(USE_WIN32_MODULE)
4857-
USE_WIN32_MODULE='#'
4858-
case $host in
4859-
*-*-mingw*) USE_WIN32_MODULE=;;
4860-
esac
4861-
48624855
# Templates for things AC_DEFINEd more than once.
48634856
# For a single AC_DEFINE, no template is needed.
48644857
AH_TEMPLATE([_REENTRANT],

0 commit comments

Comments
 (0)