diff options
author | Ted Gould <ted@gould.cx> | 2010-12-07 20:48:49 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-07 20:48:49 -0600 |
commit | 4478b59180eeca30d6d7a28db0cefc26672bca23 (patch) | |
tree | 0051f4dd16b634466fbbd33c810c2eba3c930558 /aclocal.m4 | |
parent | 15d58f52744f1632d2a2f25a81e53f8fa1fee817 (diff) | |
parent | a413ebac8c43f24d72cfeb983170204418201b58 (diff) | |
download | libayatana-appindicator-4478b59180eeca30d6d7a28db0cefc26672bca23.tar.gz libayatana-appindicator-4478b59180eeca30d6d7a28db0cefc26672bca23.tar.bz2 libayatana-appindicator-4478b59180eeca30d6d7a28db0cefc26672bca23.zip |
* New upstream release.
* Fixes to build with GTK 2/3
* Fixes to build with valac-0.12
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -156,7 +156,7 @@ $$1_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. -_PKG_TEXT])dnl +_PKG_TEXT])[]dnl ]) elif test $pkg_failed = untried; then AC_MSG_RESULT([no]) @@ -167,7 +167,7 @@ path to pkg-config. _PKG_TEXT -To get pkg-config, see <http://pkg-config.freedesktop.org/>.])dnl +To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl ]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS |