diff options
author | Michal Ratajsky <[email protected]> | 2014-06-22 01:23:40 +0200 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-06-22 01:23:40 +0200 |
commit | 18ff80676c9ecce7f875a0bcb8190bd5a1dc1b00 (patch) | |
tree | 68a0730e19e968bbeb29d9eec5ad8a156c5ca406 /configure.ac | |
parent | 0309a021960c0a4e2e758dd52041197e684ed600 (diff) | |
download | libmatemixer-18ff80676c9ecce7f875a0bcb8190bd5a1dc1b00.tar.bz2 libmatemixer-18ff80676c9ecce7f875a0bcb8190bd5a1dc1b00.tar.xz |
Add base_volume and correctly set active stream port
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 ab68cba..844d3e7 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ AC_PROG_INSTALL # Checks for header files. AC_HEADER_STDC -AC_CHECK_HEADERS([stdlib.h string.h math.h sys/types.h unistd.h locale.h]) +AC_CHECK_HEADERS([string.h math.h sys/types.h unistd.h locale.h]) # ======================================================================= # Libtool |