diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-12-10 17:00:06 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-12-10 17:00:06 -0500 |
commit | c8d15b03fbbff63e544f5422e57e86fe174e9325 (patch) | |
tree | 15787b8545d068076ab8a4b95556535f7f42b894 /configure.ac | |
parent | 06056540ac3d9f8f11d13bb9d5cb6a5f8d62584d (diff) | |
parent | effd665a42d8cd01fd72549150fb1fd029ad8d3f (diff) | |
download | libayatana-appindicator-c8d15b03fbbff63e544f5422e57e86fe174e9325.tar.gz libayatana-appindicator-c8d15b03fbbff63e544f5422e57e86fe174e9325.tar.bz2 libayatana-appindicator-c8d15b03fbbff63e544f5422e57e86fe174e9325.zip |
Fix gtkdoc tests and building of the documentation given a separate build
directory.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ee03390..db9d859 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ PKG_PROG_PKG_CONFIG # GTK Doc ########################### -GTK_DOC_CHECK([1.9]) +GTK_DOC_CHECK([1.14],[--flavour no-tmpl]) ########################### |