changeset 1600:a286a9ca4d79

Fixed small flying thingy..erm bug with css vs. libdvdread.
author atmos4
date Tue, 21 Aug 2001 10:43:09 +0000
parents 3aae1521a8eb
children cced86eff125
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Aug 21 10:17:52 2001 +0000
+++ b/configure	Tue Aug 21 10:43:09 2001 +0000
@@ -1455,11 +1455,11 @@
    fi
 fi
 
-_css='#undef HAVE_LIBCSS'
 _csslib=''
 _cssinc=''
 
 if [ $_dvdread = yes ]; then
+   _css='#undef HAVE_LIBCSS'
    _csslib='-ldvdread'
    _dvdreaddef='#define USE_DVDREAD'
 else