comparison configure.in @ 128:1e38806f7a3b

Removed unneeded configure option.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Jan 2004 22:02:05 +0000
parents 532ec0ad5e59
children 79a526595d16
comparison
equal deleted inserted replaced
127:ddb513bd2610 128:1e38806f7a3b
16 dnl *** 16 dnl ***
17 dnl *** Define some templates 17 dnl *** Define some templates
18 dnl *** 18 dnl ***
19 AH_TEMPLATE([HAVE_SONG_POSITION],[Define if you have XMMS patched with the songpos patch.]) 19 AH_TEMPLATE([HAVE_SONG_POSITION],[Define if you have XMMS patched with the songpos patch.])
20 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.]) 20 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.])
21 AH_TEMPLATE([HAVE_UNSIGNEDPCM],[Define if your audiodevice supports _ONLY_ UNSIGNED PCM samples, otherwise leave undefined.])
22 AH_TEMPLATE([HAVE_SIDPLAY1],[Define if you have and want to use libSIDPlay 1]) 21 AH_TEMPLATE([HAVE_SIDPLAY1],[Define if you have and want to use libSIDPlay 1])
23 AH_TEMPLATE([HAVE_SIDPLAY2],[Define if you have and want to use libSIDPlay 2]) 22 AH_TEMPLATE([HAVE_SIDPLAY2],[Define if you have and want to use libSIDPlay 2])
24 AH_TEMPLATE([HAVE_NANOSID],[Define if you have and want to use libNanoSID]) 23 AH_TEMPLATE([HAVE_NANOSID],[Define if you have and want to use libNanoSID])
25 AH_TEMPLATE([HAVE_RESID_BUILDER],[Define if you have reSID with libSIDPlay 2]) 24 AH_TEMPLATE([HAVE_RESID_BUILDER],[Define if you have reSID with libSIDPlay 2])
26 AH_TEMPLATE([HAVE_HARDSID_BUILDER],[Define if you have HardSID with libSIDPlay 2]) 25 AH_TEMPLATE([HAVE_HARDSID_BUILDER],[Define if you have HardSID with libSIDPlay 2])
66 65
67 AC_FUNC_MALLOC 66 AC_FUNC_MALLOC
68 AC_TYPE_SIGNAL 67 AC_TYPE_SIGNAL
69 AC_FUNC_STAT 68 AC_FUNC_STAT
70 AC_CHECK_FUNCS([memset strcasecmp strerror strrchr]) 69 AC_CHECK_FUNCS([memset strcasecmp strerror strrchr])
71
72
73 dnl ***
74 dnl *** Check some options
75 dnl ***
76 AC_ARG_WITH(unsigned-pcm,
77 [
78 --with-unsigned-pcm Prefer UNsigned PCM format for audio. Use
79 this option if your audio hardware does not
80 support signed format PCM samples.],
81 [
82 if test "$withval" = yes; then
83 AC_DEFINE(HAVE_UNSIGNEDPCM)
84 fi
85 ],[])
86 70
87 71
88 dnl *** 72 dnl ***
89 dnl *** libSIDPlay 1 options 73 dnl *** libSIDPlay 1 options
90 dnl *** 74 dnl ***