Skip to content

Commit

Permalink
configure script recreated without Unicode option
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hieke committed Oct 3, 2013
1 parent 2e2566a commit 5ece15b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions autoconf_inc.m4
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,6 @@ dnl ### begin block 20_COND_STATICRTL_1[flamerobin.bkl] ###
COND_STATICRTL_1=""
fi
AC_SUBST(COND_STATICRTL_1)
dnl ### begin block 20_COND_UNICODE_1[flamerobin.bkl] ###
COND_UNICODE_1="#"
if test "x$UNICODE" = "x1" ; then
COND_UNICODE_1=""
fi
AC_SUBST(COND_UNICODE_1)
dnl ### begin block 20_COND_USEDLL_1[flamerobin.bkl] ###
COND_USEDLL_1="#"
if test "x$USEDLL" = "x1" ; then
Expand Down
6 changes: 0 additions & 6 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,6 @@ LIBOBJS
WX_INCLUDES
COND_USE_PCH_1
COND_USEDLL_1
COND_UNICODE_1
COND_STATICRTL_1
COND_STATICRTL_0
COND_PLATFORM_WIN32_1
Expand Down Expand Up @@ -19903,11 +19902,6 @@ EOF
COND_STATICRTL_1=""
fi

COND_UNICODE_1="#"
if test "x$UNICODE" = "x1" ; then
COND_UNICODE_1=""
fi

COND_USEDLL_1="#"
if test "x$USEDLL" = "x1" ; then
COND_USEDLL_1=""
Expand Down

0 comments on commit 5ece15b

Please sign in to comment.