Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 48836
Collapse All | Expand All

(-)configure.in.original (-1 / +1 lines)
Lines 485-491 Link Here
485
          [ 
485
          [ 
486
#include <sys/asoundlib.h>
486
#include <sys/asoundlib.h>
487
#if defined(SND_LIB_MAJOR) && defined(SND_LIB_MINOR)
487
#if defined(SND_LIB_MAJOR) && defined(SND_LIB_MINOR)
488
#if SND_LIB_MAJOR>0 || (SND_LIB_MAJOR==0 && SND_LIB_MINOR==5)
488
#if (SND_LIB_MAJOR==0 && SND_LIB_MINOR==5)
489
AP_maGiC_VALUE
489
AP_maGiC_VALUE
490
#endif
490
#endif
491
#endif
491
#endif
(-)configure.original (-1 / +1 lines)
Lines 13011-13017 Link Here
13011
13011
13012
#include <sys/asoundlib.h>
13012
#include <sys/asoundlib.h>
13013
#if defined(SND_LIB_MAJOR) && defined(SND_LIB_MINOR)
13013
#if defined(SND_LIB_MAJOR) && defined(SND_LIB_MINOR)
13014
#if SND_LIB_MAJOR>0 || (SND_LIB_MAJOR==0 && SND_LIB_MINOR==5)
13014
#if (SND_LIB_MAJOR==0 && SND_LIB_MINOR==5)
13015
AP_maGiC_VALUE
13015
AP_maGiC_VALUE
13016
#endif
13016
#endif
13017
#endif
13017
#endif

Return to bug 48836