Changeset d150a9d


Ignore:
Timestamp:
2010-10-10T18:40:06Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
9c9a29c
Parents:
6197702
Message:

Alas, commit 700 becomes a boring "Oops, --otr=0 still doesn't build without
libotr installed". Also, it appears that this code needs libotr 3.2.0 or
higher, but I'm not adding a build-dep since that'll cause troubles on the
build bot, people can just build with BITLBEE_OTR=0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • unix.c

    r6197702 rd150a9d  
    2929#include "base64.h"
    3030#include "commands.h"
    31 #include "otr.h"
    3231#include "protocols/nogaim.h"
    3332#include "help.h"
     
    4241#include <pwd.h>
    4342#include <locale.h>
     43
     44#if defined(OTR_BI) || defined(OTR_PI)
     45#include "otr.h"
     46#endif
    4447
    4548global_t global;        /* Against global namespace pollution */
Note: See TracChangeset for help on using the changeset viewer.