- Timestamp:
- 2010-01-04T12:16:18Z (15 years ago)
- Branches:
- master
- Children:
- fb020ac
- Parents:
- a19ea7a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
ra19ea7a re08e53c 453 453 echo '#undef WITH_PURPLE' >> config.h 454 454 else 455 if ! $PKG_CONFIG purple; then 456 echo 457 echo 'Cannot find libpurple development libraries, aborting. (Install libpurple-dev?)' 458 exit 1 459 fi 455 460 echo '#define WITH_PURPLE' >> config.h 456 echo 'EFLAGS += $$(pkg-config purple --libs)' >> Makefile.settings 461 cat<<EOF>>Makefile.settings 462 EFLAGS += $($PKG_CONFIG purple --libs) 463 PURPLE_CFLAGS += $($PKG_CONFIG purple --cflags) 464 EOF 457 465 protocols=$protocols'purple ' 458 466 protoobjs=$protoobjs'purple_mod.o '
Note: See TracChangeset
for help on using the changeset viewer.