diff options
author | monsta <[email protected]> | 2015-09-24 14:50:47 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-09-24 14:50:47 +0300 |
commit | 7b5fd737f10da8dae31a9176071b52d2ff802e41 (patch) | |
tree | 63d2fb2066b92af93ddbfc2f678d03bb395a76e1 /configure.ac | |
parent | 046ef38196790a4ce0e66b2bc040453e195fb9f8 (diff) | |
download | mate-polkit-7b5fd737f10da8dae31a9176071b52d2ff802e41.tar.bz2 mate-polkit-7b5fd737f10da8dae31a9176071b52d2ff802e41.tar.xz |
configure.ac: fix small typo
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 3d53121..8c26cf9 100644 --- a/configure.ac +++ b/configure.ac @@ -264,7 +264,7 @@ echo " Gtk+ version: ${GTK_API_VERSION} Accountsservice: ${enable_accountsservice} - Application indciator: ${enable_appindicator} + Application indicator: ${enable_appindicator} Maintainer mode: ${USE_MAINTAINER_MODE} Building api docs: ${enable_gtk_doc} GObject Introspection: ${enable_introspection} |