From: Paul Cornett Date: Sat, 14 Jul 2007 19:17:21 +0000 (+0000) Subject: fix syntax error X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a9639e76ed831d5cb920a53fcf0db259fa827a4c fix syntax error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure.in b/configure.in index 18d74811c4..d9ea4efdb2 100644 --- a/configure.in +++ b/configure.in @@ -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