From f0bec3de211880cbc0fd740ced087f446b6a9eee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karsten=20Ball=C3=BCder?= Date: Thu, 10 Dec 1998 14:37:47 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 5204ab48d6..5ac599ba21 100644 --- a/configure.in +++ b/configure.in @@ -1129,7 +1129,7 @@ else if test "$wxUSE_DEBUG_INFO" = 1 ; then WXDEBUG="-g" wxUSE_OPTIMISE=0 - endif + fi fi AC_SUBST(WXDEBUG)