From: Karsten Ballüder Date: Thu, 10 Dec 1998 14:37:47 +0000 (+0000) Subject: fixed typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f0bec3de211880cbc0fd740ced087f446b6a9eee fixed typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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)