diff options
author | Iain Lane <iain@orangesquash.org.uk> | 2016-02-19 10:56:53 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-02-19 10:56:53 +0100 |
commit | 0871d147746b8ff9e197df03722624ee97044b4a (patch) | |
tree | bc98652d8e19a448dbe1f4cc5d6835e3f9c8d750 /configure.ac | |
parent | c9b08c107634035ee87ec88f3a4b7a1499588fa4 (diff) | |
download | libayatana-indicator-0871d147746b8ff9e197df03722624ee97044b4a.tar.gz libayatana-indicator-0871d147746b8ff9e197df03722624ee97044b4a.tar.bz2 libayatana-indicator-0871d147746b8ff9e197df03722624ee97044b4a.zip |
Add -lm via LDADD to resolve FTBFS in Ubuntu 16.04 and Debian stretch/unstable.
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 d02b182..3aac789 100644 --- a/configure.ac +++ b/configure.ac @@ -69,7 +69,7 @@ AS_IF([test "x$with_gtk" = x3], AM_CONDITIONAL(USE_GTK3, [test "x$with_gtk" = x3]) LT_LIB_M -LIBINDICATOR_LIBS+="$LIBM" +AC_SUBST(LIBM) ############################## # Custom Junk |