changeset 128:1e38806f7a3b

Removed unneeded configure option.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Jan 2004 22:02:05 +0000
parents ddb513bd2610
children 81f107af9922
files configure.in
diffstat 1 files changed, 0 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Wed Jan 14 21:45:05 2004 +0000
+++ b/configure.in	Wed Jan 14 22:02:05 2004 +0000
@@ -18,7 +18,6 @@
 dnl ***
 AH_TEMPLATE([HAVE_SONG_POSITION],[Define if you have XMMS patched with the songpos patch.])
 AH_TEMPLATE([HAVE_XMMSEXTRA],[Define if you have XMMS version 1.2.5 or later and you want XMMS-SID to support some extra features.])
-AH_TEMPLATE([HAVE_UNSIGNEDPCM],[Define if your audiodevice supports _ONLY_ UNSIGNED PCM samples, otherwise leave undefined.])
 AH_TEMPLATE([HAVE_SIDPLAY1],[Define if you have and want to use libSIDPlay 1])
 AH_TEMPLATE([HAVE_SIDPLAY2],[Define if you have and want to use libSIDPlay 2])
 AH_TEMPLATE([HAVE_NANOSID],[Define if you have and want to use libNanoSID])
@@ -71,21 +70,6 @@
 
 
 dnl ***
-dnl *** Check some options 
-dnl ***
-AC_ARG_WITH(unsigned-pcm,
-[
-  --with-unsigned-pcm      Prefer UNsigned PCM format for audio. Use
-                           this option if your audio hardware does not
-                           support signed format PCM samples.],
-[
-if test "$withval" = yes; then
-AC_DEFINE(HAVE_UNSIGNEDPCM)
-fi
-],[])
-
-
-dnl ***
 dnl *** libSIDPlay 1 options
 dnl ***
 AC_ARG_WITH(sidplay1,