diff options
author | Michal Ratajsky <[email protected]> | 2014-06-21 16:41:05 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-06-21 16:41:05 +0200 |
commit | 0309a021960c0a4e2e758dd52041197e684ed600 (patch) | |
tree | ee1396f34707b9fae8d01b4fb1e1e3cc70ce6c8a /configure.ac | |
parent | 02e93868a222a16b9a95a2a51e6b88fe733c5d97 (diff) | |
download | libmatemixer-0309a021960c0a4e2e758dd52041197e684ed600.tar.bz2 libmatemixer-0309a021960c0a4e2e758dd52041197e684ed600.tar.xz |
Update decibel handling API and PulseAudio code
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 3ec28d2..ab68cba 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ AC_PROG_INSTALL # Checks for header files. AC_HEADER_STDC -AC_CHECK_HEADERS([string.h sys/types.h unistd.h locale.h]) +AC_CHECK_HEADERS([stdlib.h string.h math.h sys/types.h unistd.h locale.h]) # ======================================================================= # Libtool |