diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-04-05 15:06:52 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-04-05 15:06:52 -0400 |
commit | 252f925b889ac6f9035d5d5455b403f48e95d215 (patch) | |
tree | 8a935b1d6301afde6b9e523ef99e1e382814c974 /configure | |
parent | 7250f0ebe2da013ad45d52a92520da3a0a87ced7 (diff) | |
parent | dbcfa95ae39e04b2cb23245967bcfc6fa7b39612 (diff) | |
download | ayatana-indicator-messages-252f925b889ac6f9035d5d5455b403f48e95d215.tar.gz ayatana-indicator-messages-252f925b889ac6f9035d5d5455b403f48e95d215.tar.bz2 ayatana-indicator-messages-252f925b889ac6f9035d5d5455b403f48e95d215.zip |
* New upstream release.
* Fix 0.5.94 blacklist regression.
* Fix broken icon images in Thunderbird (LP: #956147)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3017,7 +3017,7 @@ fi # Define the identity of the package. PACKAGE=indicator-messages - VERSION=0.5.94 + VERSION=0.5.95 cat >>confdefs.h <<_ACEOF @@ -9533,6 +9533,10 @@ _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* +## CAVEAT EMPTOR: +## There is no encapsulation within the following macros, do not change +## the running order or otherwise move them around unless you know exactly +## what you are doing... if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= |