~ubuntu-branches/ubuntu/lucid/libxcb/lucid-security

« back to all changes in this revision

Viewing changes to acinclude.m4

  • Committer: Bazaar Package Importer
  • Author(s): Jamey Sharp
  • Date: 2007-11-24 14:59:42 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071124145942-gce8qu0vw9itcyqa
Tags: 1.1-1
* New upstream release.
* Depend on xcb-proto between 1.1 and 2.0.
* Lintian fix: ${binary:Version}, not ${Source-Version}.
* Update Vcs-* and Homepage: headers for dpkg 1.14.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
       AC_HELP_STRING(
45
45
          [--disable-build-docs],
46
46
          [Disable the build of the documentation]),
47
 
       [if test "${disable_build_docs}" = "yes" ; then
 
47
       [if test x"$enableval" != x"yes" ; then
48
48
           enable_build_docs="no"
49
49
        else
50
50
           enable_build_docs="yes"
51
51
        fi],
52
52
       [enable_build_docs="yes"])
 
53
 
 
54
    if test "$enable_build_docs" = "no" ; then
 
55
        BUILD_DOCS=no
 
56
    else
53
57
    dnl
54
58
    dnl Get the prefix where doxygen is installed.
55
59
    dnl
93
97
           AC_MSG_WARN(
94
98
              [Warning: no doxygen detected. Documentation will not be built])
95
99
        fi])
 
100
    fi
96
101
    AC_MSG_CHECKING([whether documentation is built])
97
102
    AC_MSG_RESULT([${BUILD_DOCS}])
98
103
    dnl