~ubuntu-branches/ubuntu/karmic/libcompizconfig/karmic

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Travis Watkins
  • Date: 2009-10-14 17:09:43 UTC
  • mfrom: (1.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20091014170943-vulr3ijers01vab4
Tags: 0.8.4-0ubuntu1
* new upstream release:
  - crash in 'std::logic_error' (LP: #414535)
* debian/watch:
  - added watch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
    echo -e $protobuf_error_msg; use_protobuf=no
106
106
  else
107
107
    AC_CHECK_LIB(protobuf, _ZN6google8protobuf7MessageD2Ev, [], [
108
 
      echo -e $protobuf_error_msg; use_protobuf=no ])
 
108
      echo -e $protobuf_error_msg; use_protobuf=no ], -lpthread)
109
109
    if test "x$use_protobuf" = "xyes"; then
110
110
      AC_LANG([C++])
111
111
      AC_CHECK_HEADER([google/protobuf/message.h],,[