fix syntax error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8ba1644391
commit
a9639e76ed
@ -5703,7 +5703,7 @@ if test "$wxUSE_CONSOLE_EVENTLOOP" = "yes"; then
|
||||
|
||||
if test "$wxUSE_UNIX" = "yes"; then
|
||||
if test "$wxUSE_SELECT_DISPATCHER" = "yes"; then
|
||||
AC_DEFINE(wxUSE_SELECT_DISPATCHER);
|
||||
AC_DEFINE(wxUSE_SELECT_DISPATCHER)
|
||||
fi
|
||||
|
||||
if test "$wxUSE_EPOLL_DISPATCHER" = "yes"; then
|
||||
|
Loading…
Reference in New Issue
Block a user