~ubuntu-branches/ubuntu/karmic/centerim/karmic

« back to all changes in this revision

Viewing changes to libjabber/configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-03-26 19:51:53 UTC
  • mfrom: (1.1.5 upstream) (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090326195153-dxo63t1lwbp2m592
Tags: 4.22.7-1ubuntu1
* Merge from debian unstable, Ubuntu remaining changes:
  - Packages that Depend/Recommend/Suggest firefox (metapackage) must
    must alternatively Depend/Recommend/Suggest abrowser.
* Bugfix-only release, fixed bugs: LP: #146308 and LP: #186381.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT(aclocal.m4)
2
 
AM_INIT_AUTOMAKE(libjabber, 0.1)
3
 
 
4
 
AC_PROG_RANLIB
5
 
AC_PROG_CC
6
 
AC_PROG_CXX
7
 
 
8
 
AC_ARG_ENABLE(jabber, [  --disable-jabber   Build without Jabber], build_jabber="$enableval", build_jabber="yes")
9
 
AM_CONDITIONAL(BUILD_JABBER, test "x$build_jabber" = xyes)
10
 
 
11
 
AC_OUTPUT(Makefile)