diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-04-05 12:27:42 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-04-05 12:27:42 -0500 |
commit | 2bef44d4c6a4f184c17c681185f31972d3a84914 (patch) | |
tree | 9372535e958400d4c5c2ddfa8bdbcce7fa56508e /configure | |
parent | 67d2368e70ac779efa962b14b1e55e6988d3709a (diff) | |
parent | 1d55884edc3c5f053937678858495b576db4e2a6 (diff) | |
download | ayatana-indicator-messages-2bef44d4c6a4f184c17c681185f31972d3a84914.tar.gz ayatana-indicator-messages-2bef44d4c6a4f184c17c681185f31972d3a84914.tar.bz2 ayatana-indicator-messages-2bef44d4c6a4f184c17c681185f31972d3a84914.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= |