diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2011-09-20 08:55:00 -0700 |
|---|---|---|
| committer | Ken VanDine <ken.vandine@canonical.com> | 2011-09-20 08:55:00 -0700 |
| commit | ceba790f10a1a52020b52e9e4f524dbf7474ce7d (patch) | |
| tree | fc1280343c2c74cc78369163326fa9bcf7baa04c /configure.ac | |
| parent | 130ebff768cb4fe0a1584bdbd9f7d3db7acde250 (diff) | |
| parent | 2867575084ee7586b1edac03b67526bc4bce2ee8 (diff) | |
| download | libayatana-indicator-ceba790f10a1a52020b52e9e4f524dbf7474ce7d.tar.gz libayatana-indicator-ceba790f10a1a52020b52e9e4f524dbf7474ce7d.tar.bz2 libayatana-indicator-ceba790f10a1a52020b52e9e4f524dbf7474ce7d.zip | |
* New upstream release.
* Add libm to linking to fix FTBFS (LP: #840514)
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4a36dda..03e8e43 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([libindicator], - [0.3.93], + [0.4.0], [http://bugs.launchpad.net/libindicator], [libindicator], [http://launchpad.net/libindicator]) @@ -62,6 +62,9 @@ AS_IF([test "x$with_gtk" = x3], ) AM_CONDITIONAL(USE_GTK3, [test "x$with_gtk" = x3]) +LT_LIB_M +LIBINDICATOR_LIBS+="$LIBM" + ############################## # Custom Junk ############################## |
