diff options
author | Ted Gould <ted@gould.cx> | 2011-09-06 16:15:55 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-09-06 16:15:55 -0500 |
commit | 8cb82dda24717ff2224b74e547b0e1e02b798a6d (patch) | |
tree | af0bf02f4680afeca48722b478ec922b52861b0d | |
parent | 1ab5a36d28ea2d3bac39534de9c18a95bfcb0670 (diff) | |
parent | 3ea3c06f4c564d837d777e08a66de2c048bb36e4 (diff) | |
download | ayatana-indicator-datetime-8cb82dda24717ff2224b74e547b0e1e02b798a6d.tar.gz ayatana-indicator-datetime-8cb82dda24717ff2224b74e547b0e1e02b798a6d.tar.bz2 ayatana-indicator-datetime-8cb82dda24717ff2224b74e547b0e1e02b798a6d.zip |
Checking for pow
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 71fd0e9..4dec84c 100644 --- a/configure.ac +++ b/configure.ac @@ -26,6 +26,7 @@ AC_HEADER_STDC LT_PREREQ([2.2]) LT_INIT([disable-static]) +AC_CHECK_LIB([m],[pow]) AC_ARG_ENABLE([deprecations], [AS_HELP_STRING([--enable-deprecations], |