# HG changeset patch # User diego # Date 1152646573 0 # Node ID a96a013b186c7dc82692194ff89d25fa0b690806 # Parent 218889a99c235b7541ce2ebff9ae5903b81973bc xvmclib vs xvmclibdir typo noticed by Erik Auerswald, auerswal at unix-ag uni-kl de diff -r 218889a99c23 -r a96a013b186c configure --- a/configure Tue Jul 11 18:40:02 2006 +0000 +++ b/configure Tue Jul 11 19:36:13 2006 +0000 @@ -2121,8 +2121,8 @@ --with-dxr2incdir=*) _inc_dxr2=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'` ;; - --with-xvmclibdir=*) - _xvmclibdir=`echo $ac_option | cut -d '=' -f 2` + --with-xvmclib=*) + _xvmclib=`echo $ac_option | cut -d '=' -f 2` ;; --with-dvbincdir=*) _inc_dvb=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`