summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuke Yelavich <themuso@ubuntu.com>2015-01-27 11:55:47 +1100
committerLuke Yelavich <themuso@ubuntu.com>2015-01-27 11:55:47 +1100
commit9a1fd06400eb5ecb995a6bbdf4f9e2b9e633b985 (patch)
tree0f22f94eb933540125021fc3d432b24cee7471de /configure.ac
parent24db196e3801dc59336929e1ae24a8671c8fdee7 (diff)
Imported Upstream version 5.99.3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 6843729..3c71472 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,8 +17,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
-# along with PulseAudio; if not, write to the Free Software Foundation,
-# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
@@ -673,9 +672,9 @@ fi
#### Libsamplerate support (optional) ####
AC_ARG_ENABLE([samplerate],
- AS_HELP_STRING([--disable-samplerate],[Disable optional libsamplerate support]))
+ AS_HELP_STRING([--enable-samplerate],[Enable optional libsamplerate support (DEPRECATED)]))
-AS_IF([test "x$enable_samplerate" != "xno"],
+AS_IF([test "x$enable_samplerate" = "xyes"],
[PKG_CHECK_MODULES(LIBSAMPLERATE, [ samplerate >= 0.1.0 ], HAVE_LIBSAMPLERATE=1, HAVE_LIBSAMPLERATE=0)],
HAVE_LIBSAMPLERATE=0)