~ubuntu-branches/ubuntu/maverick/alsa-lib/maverick-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-05-26 08:57:32 UTC
  • mfrom: (1.1.11 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20090526085732-wuuhzl1y30f1fnyd
Tags: 1.0.20-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/rules:
    + Install into /usr/lib32/ on amd64 for the lib32asound2 package
    + Don't bail when removing include/alsa
  - debian/control: Add Vcs-Bzr URI
  - Add configuration files for bluetooth/bluez-alsa and pulseaudio
  - debian/libasound2.install: Ship smixer plugins for native and bi-arch
    packages
  - drop libcxxtools-dev build dependency, its in universe

Show diffs side-by-side

added added

removed removed

Lines of Context:
2449
2449
 
2450
2450
# Define the identity of the package.
2451
2451
 PACKAGE=alsa-lib
2452
 
 VERSION=1.0.19
 
2452
 VERSION=1.0.20
2453
2453
 
2454
2454
 
2455
2455
cat >>confdefs.h <<_ACEOF
21594
21594
  build_alisp="yes"
21595
21595
fi
21596
21596
 
 
21597
test "$softfloat" = "yes" && build_alisp="no"
21597
21598
# Check whether --enable-old-symbols was given.
21598
21599
if test "${enable_old_symbols+set}" = set; then
21599
21600
  enableval=$enable_old_symbols; keep_old_symbols="$enableval"
21811
21812
 
21812
21813
if test "$softfloat" = "yes"; then
21813
21814
  build_pcm_lfloat="no"
 
21815
  build_pcm_ladspa="no"
21814
21816
fi
21815
21817
 
21816
21818