← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~jjardon/indicator-datetime/checkforpow into lp:indicator-datetime

 

Javier Jardón has proposed merging lp:~jjardon/indicator-datetime/checkforpow into lp:indicator-datetime.

Requested reviews:
  Indicator Applet Developers (indicator-applet-developers)

For more details, see:
https://code.launchpad.net/~jjardon/indicator-datetime/checkforpow/+merge/74224
-- 
https://code.launchpad.net/~jjardon/indicator-datetime/checkforpow/+merge/74224
Your team ayatana-commits is subscribed to branch lp:indicator-datetime.
=== modified file 'configure.ac'
--- configure.ac	2011-08-18 15:57:14 +0000
+++ configure.ac	2011-09-06 14:22:25 +0000
@@ -26,6 +26,7 @@
 LT_PREREQ([2.2])
 LT_INIT([disable-static])
 
+AC_CHECK_LIB([m],[pow])
 
 AC_ARG_ENABLE([deprecations],
   [AS_HELP_STRING([--enable-deprecations],


Follow ups