summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-11-05 18:34:43 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-11-05 18:34:43 +0000
commit9499e6ea2bcb526b3516a7a57cbd744942bdfb7e (patch)
treecabbab9ecde0854ab850df0e50ffcb5822e8a18c /configure.ac
parentb4c1abd6dd653d3cd5c0455d0bc9b21e92e47849 (diff)
downloadxine-lib-9499e6ea2bcb526b3516a7a57cbd744942bdfb7e.tar.gz
xine-lib-9499e6ea2bcb526b3516a7a57cbd744942bdfb7e.tar.bz2
remove audio_out specific stuff from cflags
CVS patchset: 5691 CVS date: 2003/11/05 18:34:43
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 1bb9d96cd..eacb90be1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1639,9 +1639,6 @@ case "$host_or_hostalias" in
esac
-CFLAGS="$CFLAGS $ALSA_CFLAGS $ESD_CFLAGS $ARTS_CFLAGS $IRIXAL_CFLAGS"
-DEBUG_CFLAGS="$DEBUG_CFLAGS $ALSA_CFLAGS $ESD_CFLAGS $ARTS_CFLAGS $IRIXAL_CFLAGS"
-
AM_CONDITIONAL(HAVE_W32DLL, test x"$enable_w32dll" = "xyes")
if test x"$enable_w32dll" = "xyes"; then
W32DLL_DEP=""