Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
    updated dependency on newest ticcutils
  • Loading branch information
kosloot committed Dec 5, 2024
1 parent 5c9c593 commit 77f805c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ PKG_CHECK_MODULES([mbtserver], [mbtserver >= 0.13] )
CXXFLAGS="$CXXFLAGS $mbtserver_CFLAGS"
LIBS="$mbtserver_LIBS $LIBS"

PKG_CHECK_MODULES([ticcutils], [ticcutils >= 0.34] )
PKG_CHECK_MODULES([ticcutils], [ticcutils >= 0.36] )
CXXFLAGS="$CXXFLAGS $ticcutils_CFLAGS"
LIBS="$ticcutils_LIBS $LIBS"

Expand Down
2 changes: 1 addition & 1 deletion src/testmbma.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ using namespace Timbl;
using namespace TiCC;

int debug = 0;
LogStream my_default_log( cerr, "", StampMessage ); // fall-back
LogStream my_default_log( cerr, StampMessage ); // fall-back
LogStream *theErrLog = &my_default_log; // fill the externals

vector<string> fileNames;
Expand Down

0 comments on commit 77f805c

Please sign in to comment.