git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1960
91ce42f0-d328-0410-95d8-
f526ca767f89
abc=`$WXCONFIG --cppflags`
pkg=$?
if test $pkg = 0; then
- WXCONS_CPPFLAGS=`$WXCONFIG --cppflags`
- WXCONS_LDFLAGS=`$WXCONFIG --libs`
+ WXCONS_CPPFLAGS=`$WXCONFIG --unicode=no --cppflags`
+ WXCONS_LDFLAGS=`$WXCONFIG --unicode=no --libs`
AC_SUBST(WXCONS_CPPFLAGS)
AC_SUBST(WXCONS_LDFLAGS)
WX_DIR=src/wx-console
abc=`$WXCONFIG --cppflags`
pkg=$?
if test $pkg = 0; then
- WXCONS_CPPFLAGS=`$WXCONFIG --cppflags`
- WXCONS_LDFLAGS=`$WXCONFIG --libs`
+ WXCONS_CPPFLAGS=`$WXCONFIG --unicode=no --cppflags`
+ WXCONS_LDFLAGS=`$WXCONFIG --unicode=no --libs`
WX_DIR=src/wx-console
+26-04-2005 :
+ - Fixes compile error with unicode-enabled wxWidgets.
+
25-04-2005 :
- Fixes to make wx-console compatible with wxWidgets 2.6.0.