From a9639e76ed831d5cb920a53fcf0db259fa827a4c Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sat, 14 Jul 2007 19:17:21 +0000 Subject: [PATCH] fix syntax error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0