Remove the unused msw.display.directdraw system option
This should have been part of 16e4586527
which removed the code this option pertained to.
See #12387.
This commit is contained in:
@@ -3472,9 +3472,6 @@ if test "$wxUSE_DISPLAY" = "yes"; then
|
||||
AC_MSG_WARN([Xinerama not found; disabling wxDisplay])
|
||||
wxUSE_DISPLAY="no"
|
||||
fi
|
||||
elif test "$wxUSE_MSW" = 1; then
|
||||
dnl DirectDraw for MSW - optionally used by WxDisplay.
|
||||
AC_CHECK_HEADER([ddraw.h], [], [], [#include <windows.h>])
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user