/[rdesktop]/sourceforge.net/trunk/rdesktop/configure.ac
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1277 by stargo, Sun Sep 17 14:41:16 2006 UTC revision 1278 by stargo, Sun Oct 1 13:57:34 2006 UTC
# Line 149  AC_ARG_WITH(libao, Line 149  AC_ARG_WITH(libao,
149      ]      ]
150  )  )
151    
152    AC_ARG_WITH(libsamplerate,
153        [  --with-libsamplerate=DIR look for libsamplerate at DIR/include, DIR/lib],
154        [
155        CFLAGS="$CFLAGS -I$withval/include"
156        CPPFLAGS="$CPPFLAGS -I$withval/include"
157        LDFLAGS="$LDFLAGS -L$withval/lib"
158        rpath="$rpath:$withval/lib"
159        ]
160    )
161    
162    AC_CHECK_HEADER(samplerate.h,
163        [
164        LIBS="$LIBS -lsamplerate"
165        AC_DEFINE(HAVE_LIBSAMPLERATE)
166        ]
167    )
168    
169  sound="yes"  sound="yes"
170  AC_ARG_WITH(sound,  AC_ARG_WITH(sound,
171      [  --with-sound            select sound system ("oss", "sgi", "sun", "alsa" or "libao") ],      [  --with-sound            select sound system ("oss", "sgi", "sun", "alsa" or "libao") ],

Legend:
Removed from v.1277  
changed lines
  Added in v.1278

  ViewVC Help
Powered by ViewVC 1.1.26