Changeset 04e2a05 for tests/Makefile

Timestamp:
2014-06-26T08:07:11Z (10 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
4e4fa93
Parents:
b95b0c8
Message:

configure: Let the user enable both built-in protocols and purple

There's no real risk in enabling these, since protocols/purple/purple.c
already avoids adding duplicate protocols in purple_initmodule():

/* If we already have this one (as a native module), don't

add a libpurple duplicate. */

if( find_protocol( prot->info->id ) )

continue;

(No files)

Note: See TracChangeset for help on using the changeset viewer.