~ubuntu-branches/ubuntu/quantal/gnutls26/quantal-security

« back to all changes in this revision

Viewing changes to m4/gtk-doc.m4

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-20 13:07:18 UTC
  • mfrom: (12.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110520130718-db41dybbanzfvlji
Tags: 2.10.5-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Fix build failure with --no-add-needed.
  - Build for multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
                     [build documentation in pdf format [[default=no]]]),,
49
49
      [enable_gtk_doc_pdf=no])
50
50
 
51
 
  if test -n "$GTKDOC_MKPDF"; then
 
51
  if test -z "$GTKDOC_MKPDF"; then
52
52
    enable_gtk_doc_pdf=no
53
53
  fi
54
54