|
|
|
@ -4541,7 +4541,7 @@ else |
|
|
|
fi |
|
|
|
done |
|
|
|
|
|
|
|
for ac_hdr in scsi/scsi_ioctl.h |
|
|
|
for ac_hdr in linux/version.h |
|
|
|
do |
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|
|
|
@ -5289,9 +5289,9 @@ MMX_MODULES="memcpymmx idctmmx motionmmx chroma_i420_rgb_mmx chroma_i420_yuy2_mm |
|
|
|
MMXEXT_MODULES="memcpymmxext idctmmxext motionmmxext" |
|
|
|
THREEDNOW_MODULES="memcpy3dn imdct3dn downmix3dn" |
|
|
|
if test x$SYS != xmingw32; then |
|
|
|
SSE_MODULES="imdctsse downmixsse" |
|
|
|
SSE_MODULES="imdctsse downmixsse" |
|
|
|
fi |
|
|
|
ALTIVEC_MODULES="idctaltivec motionaltivec" |
|
|
|
ALTIVEC_MODULES="idctaltivec motionaltivec memcpyaltivec" |
|
|
|
|
|
|
|
echo $ac_n "checking if \$CC groks MMX inline assembly""... $ac_c" 1>&6 |
|
|
|
echo "configure:5298: checking if \$CC groks MMX inline assembly" >&5 |
|
|
|
@ -5479,13 +5479,14 @@ EOF |
|
|
|
if test x"$ac_cv_altivec_inline" != x"yes"; then |
|
|
|
CFLAGS_IDCTALTIVEC="$CFLAGS_IDCTALTIVEC $ac_cv_altivec_inline" |
|
|
|
CFLAGS_MOTIONALTIVEC="$CFLAGS_MOTIONALTIVEC $ac_cv_altivec_inline" |
|
|
|
CFLAGS_MEMCPYALTIVEC="$CFLAGS_MEMCPYALTIVEC $ac_cv_altivec_inline" |
|
|
|
CFLAGS_VLC="$CFLAGS_VLC $ac_cv_altivec_inline" |
|
|
|
fi |
|
|
|
ACCEL_MODULES="${ACCEL_MODULES} ${ALTIVEC_MODULES}" |
|
|
|
fi |
|
|
|
|
|
|
|
echo $ac_n "checking if \$CC groks Altivec C extensions""... $ac_c" 1>&6 |
|
|
|
echo "configure:5489: checking if \$CC groks Altivec C extensions" >&5 |
|
|
|
echo "configure:5490: checking if \$CC groks Altivec C extensions" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_c_altivec'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -5493,14 +5494,14 @@ else |
|
|
|
CFLAGS="$CFLAGS -faltivec" |
|
|
|
# Darwin test |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 5497 "configure" |
|
|
|
#line 5498 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
|
|
|
|
int main() { |
|
|
|
vec_mtvscr((vector unsigned int)(0)); |
|
|
|
; return 0; } |
|
|
|
EOF |
|
|
|
if { (eval echo configure:5504: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|
|
|
if { (eval echo configure:5505: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|
|
|
rm -rf conftest* |
|
|
|
ac_cv_c_altivec=-faltivec |
|
|
|
else |
|
|
|
@ -5511,14 +5512,14 @@ else |
|
|
|
# Linux/PPC test |
|
|
|
CFLAGS="$save_CFLAGS $CFLAGS_IDCTALTIVEC -fvec" |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 5515 "configure" |
|
|
|
#line 5516 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
|
|
|
|
int main() { |
|
|
|
vec_mtvscr((vector unsigned int)(0)); |
|
|
|
; return 0; } |
|
|
|
EOF |
|
|
|
if { (eval echo configure:5522: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|
|
|
if { (eval echo configure:5523: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then |
|
|
|
rm -rf conftest* |
|
|
|
ac_cv_c_altivec="-fvec" |
|
|
|
else |
|
|
|
@ -5545,25 +5546,25 @@ EOF |
|
|
|
CFLAGS_MOTIONALTIVEC="$CFLAGS_MOTIONALTIVEC $ac_cv_c_altivec" |
|
|
|
CFLAGS_MEMCPYALTIVEC="$CFLAGS_MEMCPYALTIVEC $ac_cv_c_altivec" |
|
|
|
CFLAGS_VLC="$CFLAGS_VLC $ac_cv_c_altivec" |
|
|
|
ACCEL_MODULES="${ACCEL_MODULES} ${ALTIVEC_MODULES} memcpyaltivec" |
|
|
|
ACCEL_MODULES="${ACCEL_MODULES} ${ALTIVEC_MODULES}" |
|
|
|
fi |
|
|
|
|
|
|
|
echo $ac_n "checking if linker needs -framework vecLib""... $ac_c" 1>&6 |
|
|
|
echo "configure:5553: checking if linker needs -framework vecLib" >&5 |
|
|
|
echo "configure:5554: checking if linker needs -framework vecLib" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_ld_altivec'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
save_LDFLAGS=$LDFLAGS |
|
|
|
LDFLAGS="$LDFLAGS -framework vecLib" |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 5560 "configure" |
|
|
|
#line 5561 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
|
|
|
|
int main() { |
|
|
|
|
|
|
|
; return 0; } |
|
|
|
EOF |
|
|
|
if { (eval echo configure:5567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
if { (eval echo configure:5568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
rm -rf conftest* |
|
|
|
ac_cv_ld_altivec=yes |
|
|
|
else |
|
|
|
@ -5694,17 +5695,17 @@ fi |
|
|
|
do |
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|
|
|
echo "configure:5698: checking for $ac_hdr" >&5 |
|
|
|
echo "configure:5699: checking for $ac_hdr" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 5703 "configure" |
|
|
|
#line 5704 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <$ac_hdr> |
|
|
|
EOF |
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|
|
|
{ (eval echo configure:5708: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
{ (eval echo configure:5709: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
|
|
if test -z "$ac_err"; then |
|
|
|
rm -rf conftest* |
|
|
|
@ -5735,7 +5736,7 @@ done |
|
|
|
|
|
|
|
else |
|
|
|
echo $ac_n "checking for libdvdcss.a in ${with_dvdcss_tree}""... $ac_c" 1>&6 |
|
|
|
echo "configure:5739: checking for libdvdcss.a in ${with_dvdcss_tree}" >&5 |
|
|
|
echo "configure:5740: checking for libdvdcss.a in ${with_dvdcss_tree}" >&5 |
|
|
|
real_dvdcss_tree="`cd ${with_dvdcss_tree} 2>/dev/null && pwd`" |
|
|
|
if test "x$real_dvdcss_tree" = x |
|
|
|
then |
|
|
|
@ -5761,7 +5762,7 @@ echo "configure:5739: checking for libdvdcss.a in ${with_dvdcss_tree}" >&5 |
|
|
|
;; |
|
|
|
*) |
|
|
|
echo $ac_n "checking for dvdcss headers in ${with_dvdcss}""... $ac_c" 1>&6 |
|
|
|
echo "configure:5765: checking for dvdcss headers in ${with_dvdcss}" >&5 |
|
|
|
echo "configure:5766: checking for dvdcss headers in ${with_dvdcss}" >&5 |
|
|
|
if test -f ${with_dvdcss}/include/dvdcss/dvdcss.h |
|
|
|
then |
|
|
|
echo "$ac_t""yes" 1>&6 |
|
|
|
@ -5796,17 +5797,17 @@ fi |
|
|
|
do |
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|
|
|
echo "configure:5800: checking for $ac_hdr" >&5 |
|
|
|
echo "configure:5801: checking for $ac_hdr" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 5805 "configure" |
|
|
|
#line 5806 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <$ac_hdr> |
|
|
|
EOF |
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|
|
|
{ (eval echo configure:5810: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
{ (eval echo configure:5811: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
|
|
if test -z "$ac_err"; then |
|
|
|
rm -rf conftest* |
|
|
|
@ -5836,7 +5837,7 @@ done |
|
|
|
;; |
|
|
|
*) |
|
|
|
echo $ac_n "checking for dvdread headers in ${withval}""... $ac_c" 1>&6 |
|
|
|
echo "configure:5840: checking for dvdread headers in ${withval}" >&5 |
|
|
|
echo "configure:5841: checking for dvdread headers in ${withval}" >&5 |
|
|
|
if test -f ${withval}/include/dvdread/dvd_reader.h |
|
|
|
then |
|
|
|
echo "$ac_t""yes" 1>&6 |
|
|
|
@ -5861,7 +5862,7 @@ fi |
|
|
|
if test x$enable_vcd != xno |
|
|
|
then |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 5865 "configure" |
|
|
|
#line 5866 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <linux/cdrom.h> |
|
|
|
EOF |
|
|
|
@ -5902,12 +5903,12 @@ fi |
|
|
|
|
|
|
|
|
|
|
|
echo $ac_n "checking for inet_pton""... $ac_c" 1>&6 |
|
|
|
echo "configure:5906: checking for inet_pton" >&5 |
|
|
|
echo "configure:5907: checking for inet_pton" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_func_inet_pton'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 5911 "configure" |
|
|
|
#line 5912 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
/* System header to define __stub macros and hopefully few prototypes, |
|
|
|
which can conflict with char inet_pton(); below. */ |
|
|
|
@ -5930,7 +5931,7 @@ inet_pton(); |
|
|
|
|
|
|
|
; return 0; } |
|
|
|
EOF |
|
|
|
if { (eval echo configure:5934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
if { (eval echo configure:5935: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
rm -rf conftest* |
|
|
|
eval "ac_cv_func_inet_pton=yes" |
|
|
|
else |
|
|
|
@ -5986,17 +5987,17 @@ fi |
|
|
|
do |
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|
|
|
echo "configure:5990: checking for $ac_hdr" >&5 |
|
|
|
echo "configure:5991: checking for $ac_hdr" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 5995 "configure" |
|
|
|
#line 5996 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <$ac_hdr> |
|
|
|
EOF |
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|
|
|
{ (eval echo configure:6000: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
{ (eval echo configure:6001: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
|
|
if test -z "$ac_err"; then |
|
|
|
rm -rf conftest* |
|
|
|
@ -6026,7 +6027,7 @@ fi |
|
|
|
done |
|
|
|
|
|
|
|
echo $ac_n "checking for mad_bit_init in -lmad""... $ac_c" 1>&6 |
|
|
|
echo "configure:6030: checking for mad_bit_init in -lmad" >&5 |
|
|
|
echo "configure:6031: checking for mad_bit_init in -lmad" >&5 |
|
|
|
ac_lib_var=`echo mad'_'mad_bit_init | sed 'y%./+-%__p_%'` |
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
@ -6034,7 +6035,7 @@ else |
|
|
|
ac_save_LIBS="$LIBS" |
|
|
|
LIBS="-lmad $LIBS" |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 6038 "configure" |
|
|
|
#line 6039 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */ |
|
|
|
/* We use char because int might match the return type of a gcc2 |
|
|
|
@ -6045,7 +6046,7 @@ int main() { |
|
|
|
mad_bit_init() |
|
|
|
; return 0; } |
|
|
|
EOF |
|
|
|
if { (eval echo configure:6049: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
if { (eval echo configure:6050: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
rm -rf conftest* |
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes" |
|
|
|
else |
|
|
|
@ -6097,17 +6098,17 @@ if test "x$enableval" != "xno" -a x$SYS != xmingw32 |
|
|
|
do |
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|
|
|
echo "configure:6101: checking for $ac_hdr" >&5 |
|
|
|
echo "configure:6102: checking for $ac_hdr" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 6106 "configure" |
|
|
|
#line 6107 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <$ac_hdr> |
|
|
|
EOF |
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|
|
|
{ (eval echo configure:6111: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
{ (eval echo configure:6112: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
|
|
if test -z "$ac_err"; then |
|
|
|
rm -rf conftest* |
|
|
|
@ -6150,17 +6151,17 @@ then |
|
|
|
do |
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|
|
|
echo "configure:6154: checking for $ac_hdr" >&5 |
|
|
|
echo "configure:6155: checking for $ac_hdr" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 6159 "configure" |
|
|
|
#line 6160 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <$ac_hdr> |
|
|
|
EOF |
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|
|
|
{ (eval echo configure:6164: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
{ (eval echo configure:6165: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
|
|
if test -z "$ac_err"; then |
|
|
|
rm -rf conftest* |
|
|
|
@ -6219,17 +6220,17 @@ if test x$enable_x11 != xno && |
|
|
|
do |
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|
|
|
echo "configure:6223: checking for $ac_hdr" >&5 |
|
|
|
echo "configure:6224: checking for $ac_hdr" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 6228 "configure" |
|
|
|
#line 6229 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <$ac_hdr> |
|
|
|
EOF |
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|
|
|
{ (eval echo configure:6233: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
{ (eval echo configure:6234: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
|
|
if test -z "$ac_err"; then |
|
|
|
rm -rf conftest* |
|
|
|
@ -6282,17 +6283,17 @@ if test x$enable_xvideo != xno && |
|
|
|
do |
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|
|
|
echo "configure:6286: checking for $ac_hdr" >&5 |
|
|
|
echo "configure:6287: checking for $ac_hdr" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 6291 "configure" |
|
|
|
#line 6292 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <$ac_hdr> |
|
|
|
EOF |
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|
|
|
{ (eval echo configure:6296: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
{ (eval echo configure:6297: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
|
|
if test -z "$ac_err"; then |
|
|
|
rm -rf conftest* |
|
|
|
@ -6316,7 +6317,7 @@ EOF |
|
|
|
saved_CFLAGS=$CFLAGS |
|
|
|
CFLAGS="$CFLAGS -L$x_libraries -lX11 -lXext" |
|
|
|
echo $ac_n "checking for XvSetPortAttribute in -lXv_pic""... $ac_c" 1>&6 |
|
|
|
echo "configure:6320: checking for XvSetPortAttribute in -lXv_pic" >&5 |
|
|
|
echo "configure:6321: checking for XvSetPortAttribute in -lXv_pic" >&5 |
|
|
|
ac_lib_var=`echo Xv_pic'_'XvSetPortAttribute | sed 'y%./+-%__p_%'` |
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
@ -6324,7 +6325,7 @@ else |
|
|
|
ac_save_LIBS="$LIBS" |
|
|
|
LIBS="-lXv_pic $LIBS" |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 6328 "configure" |
|
|
|
#line 6329 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */ |
|
|
|
/* We use char because int might match the return type of a gcc2 |
|
|
|
@ -6335,7 +6336,7 @@ int main() { |
|
|
|
XvSetPortAttribute() |
|
|
|
; return 0; } |
|
|
|
EOF |
|
|
|
if { (eval echo configure:6339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
if { (eval echo configure:6340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
rm -rf conftest* |
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes" |
|
|
|
else |
|
|
|
@ -6393,7 +6394,7 @@ fi |
|
|
|
# Extract the first word of "sdl12-config", so it can be a program name with args. |
|
|
|
set dummy sdl12-config; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:6397: checking for $ac_word" >&5 |
|
|
|
echo "configure:6398: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_path_SDL12_CONFIG'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -6433,7 +6434,7 @@ fi |
|
|
|
# Extract the first word of "sdl11-config", so it can be a program name with args. |
|
|
|
set dummy sdl11-config; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:6437: checking for $ac_word" >&5 |
|
|
|
echo "configure:6438: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_path_SDL11_CONFIG'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -6474,7 +6475,7 @@ fi |
|
|
|
# Extract the first word of "sdl-config", so it can be a program name with args. |
|
|
|
set dummy sdl-config; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:6478: checking for $ac_word" >&5 |
|
|
|
echo "configure:6479: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_path_SDL_CONFIG'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -6520,17 +6521,17 @@ fi |
|
|
|
do |
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|
|
|
echo "configure:6524: checking for $ac_hdr" >&5 |
|
|
|
echo "configure:6525: checking for $ac_hdr" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 6529 "configure" |
|
|
|
#line 6530 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <$ac_hdr> |
|
|
|
EOF |
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|
|
|
{ (eval echo configure:6534: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
{ (eval echo configure:6535: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
|
|
if test -z "$ac_err"; then |
|
|
|
rm -rf conftest* |
|
|
|
@ -6600,17 +6601,17 @@ fi |
|
|
|
do |
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|
|
|
echo "configure:6604: checking for $ac_hdr" >&5 |
|
|
|
echo "configure:6605: checking for $ac_hdr" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 6609 "configure" |
|
|
|
#line 6610 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <$ac_hdr> |
|
|
|
EOF |
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|
|
|
{ (eval echo configure:6614: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
{ (eval echo configure:6615: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
|
|
if test -z "$ac_err"; then |
|
|
|
rm -rf conftest* |
|
|
|
@ -6639,7 +6640,7 @@ done |
|
|
|
|
|
|
|
else |
|
|
|
echo $ac_n "checking for directX headers in ${withval}""... $ac_c" 1>&6 |
|
|
|
echo "configure:6643: checking for directX headers in ${withval}" >&5 |
|
|
|
echo "configure:6644: checking for directX headers in ${withval}" >&5 |
|
|
|
if test -f ${withval}/ddraw.h |
|
|
|
then |
|
|
|
PLUGINS="${PLUGINS} directx" |
|
|
|
@ -6666,17 +6667,17 @@ fi |
|
|
|
do |
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|
|
|
echo "configure:6670: checking for $ac_hdr" >&5 |
|
|
|
echo "configure:6671: checking for $ac_hdr" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 6675 "configure" |
|
|
|
#line 6676 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <$ac_hdr> |
|
|
|
EOF |
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|
|
|
{ (eval echo configure:6680: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
{ (eval echo configure:6681: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
|
|
if test -z "$ac_err"; then |
|
|
|
rm -rf conftest* |
|
|
|
@ -6771,17 +6772,17 @@ if test x$enable_aa = xyes |
|
|
|
then |
|
|
|
ac_safe=`echo "aalib.h" | sed 'y%./+-%__p_%'` |
|
|
|
echo $ac_n "checking for aalib.h""... $ac_c" 1>&6 |
|
|
|
echo "configure:6775: checking for aalib.h" >&5 |
|
|
|
echo "configure:6776: checking for aalib.h" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 6780 "configure" |
|
|
|
#line 6781 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <aalib.h> |
|
|
|
EOF |
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|
|
|
{ (eval echo configure:6785: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
{ (eval echo configure:6786: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
|
|
if test -z "$ac_err"; then |
|
|
|
rm -rf conftest* |
|
|
|
@ -6832,17 +6833,17 @@ then |
|
|
|
do |
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|
|
|
echo "configure:6836: checking for $ac_hdr" >&5 |
|
|
|
echo "configure:6837: checking for $ac_hdr" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 6841 "configure" |
|
|
|
#line 6842 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <$ac_hdr> |
|
|
|
EOF |
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|
|
|
{ (eval echo configure:6846: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
{ (eval echo configure:6847: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
|
|
if test -z "$ac_err"; then |
|
|
|
rm -rf conftest* |
|
|
|
@ -6865,7 +6866,7 @@ EOF |
|
|
|
|
|
|
|
PLUGINS="${PLUGINS} dsp" |
|
|
|
echo $ac_n "checking for main in -lossaudio""... $ac_c" 1>&6 |
|
|
|
echo "configure:6869: checking for main in -lossaudio" >&5 |
|
|
|
echo "configure:6870: checking for main in -lossaudio" >&5 |
|
|
|
ac_lib_var=`echo ossaudio'_'main | sed 'y%./+-%__p_%'` |
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
@ -6873,14 +6874,14 @@ else |
|
|
|
ac_save_LIBS="$LIBS" |
|
|
|
LIBS="-lossaudio $LIBS" |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 6877 "configure" |
|
|
|
#line 6878 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
|
|
|
|
int main() { |
|
|
|
main() |
|
|
|
; return 0; } |
|
|
|
EOF |
|
|
|
if { (eval echo configure:6884: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
if { (eval echo configure:6885: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
rm -rf conftest* |
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes" |
|
|
|
else |
|
|
|
@ -6916,7 +6917,7 @@ if test "${enable_esd+set}" = set; then |
|
|
|
# Extract the first word of "esd-config", so it can be a program name with args. |
|
|
|
set dummy esd-config; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:6920: checking for $ac_word" >&5 |
|
|
|
echo "configure:6921: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_path_ESD_CONFIG'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -6967,7 +6968,7 @@ if test "${enable_arts+set}" = set; then |
|
|
|
# Extract the first word of "artsc-config", so it can be a program name with args. |
|
|
|
set dummy artsc-config; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:6971: checking for $ac_word" >&5 |
|
|
|
echo "configure:6972: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_path_ARTS_CONFIG'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -7017,17 +7018,17 @@ if test "${enable_alsa+set}" = set; then |
|
|
|
then |
|
|
|
ac_safe=`echo "alsa/asoundlib.h" | sed 'y%./+-%__p_%'` |
|
|
|
echo $ac_n "checking for alsa/asoundlib.h""... $ac_c" 1>&6 |
|
|
|
echo "configure:7021: checking for alsa/asoundlib.h" >&5 |
|
|
|
echo "configure:7022: checking for alsa/asoundlib.h" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 7026 "configure" |
|
|
|
#line 7027 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <alsa/asoundlib.h> |
|
|
|
EOF |
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|
|
|
{ (eval echo configure:7031: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
{ (eval echo configure:7032: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
|
|
if test -z "$ac_err"; then |
|
|
|
rm -rf conftest* |
|
|
|
@ -7044,7 +7045,7 @@ fi |
|
|
|
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
|
|
|
echo "$ac_t""yes" 1>&6 |
|
|
|
echo $ac_n "checking for main in -lasound""... $ac_c" 1>&6 |
|
|
|
echo "configure:7048: checking for main in -lasound" >&5 |
|
|
|
echo "configure:7049: checking for main in -lasound" >&5 |
|
|
|
ac_lib_var=`echo asound'_'main | sed 'y%./+-%__p_%'` |
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
@ -7052,14 +7053,14 @@ else |
|
|
|
ac_save_LIBS="$LIBS" |
|
|
|
LIBS="-lasound $LIBS" |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 7056 "configure" |
|
|
|
#line 7057 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
|
|
|
|
int main() { |
|
|
|
main() |
|
|
|
; return 0; } |
|
|
|
EOF |
|
|
|
if { (eval echo configure:7063: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
if { (eval echo configure:7064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
rm -rf conftest* |
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes" |
|
|
|
else |
|
|
|
@ -7136,7 +7137,7 @@ fi |
|
|
|
# Extract the first word of "gtk12-config", so it can be a program name with args. |
|
|
|
set dummy gtk12-config; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:7140: checking for $ac_word" >&5 |
|
|
|
echo "configure:7141: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_path_GTK12_CONFIG'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -7175,7 +7176,7 @@ fi |
|
|
|
# Extract the first word of "gtk-config", so it can be a program name with args. |
|
|
|
set dummy gtk-config; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:7179: checking for $ac_word" >&5 |
|
|
|
echo "configure:7180: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -7225,17 +7226,17 @@ fi |
|
|
|
do |
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|
|
|
echo "configure:7229: checking for $ac_hdr" >&5 |
|
|
|
echo "configure:7230: checking for $ac_hdr" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 7234 "configure" |
|
|
|
#line 7235 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <$ac_hdr> |
|
|
|
EOF |
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|
|
|
{ (eval echo configure:7239: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
{ (eval echo configure:7240: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
|
|
if test -z "$ac_err"; then |
|
|
|
rm -rf conftest* |
|
|
|
@ -7281,7 +7282,7 @@ if test "${enable_gnome+set}" = set; then |
|
|
|
# Extract the first word of "gnome-config", so it can be a program name with args. |
|
|
|
set dummy gnome-config; ac_word=$2 |
|
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 |
|
|
|
echo "configure:7285: checking for $ac_word" >&5 |
|
|
|
echo "configure:7286: checking for $ac_word" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_path_GNOME_CONFIG'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -7326,17 +7327,17 @@ fi |
|
|
|
do |
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|
|
|
echo "configure:7330: checking for $ac_hdr" >&5 |
|
|
|
echo "configure:7331: checking for $ac_hdr" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 7335 "configure" |
|
|
|
#line 7336 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <$ac_hdr> |
|
|
|
EOF |
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|
|
|
{ (eval echo configure:7340: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
{ (eval echo configure:7341: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
|
|
if test -z "$ac_err"; then |
|
|
|
rm -rf conftest* |
|
|
|
@ -7426,17 +7427,17 @@ else |
|
|
|
do |
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|
|
|
echo "configure:7430: checking for $ac_hdr" >&5 |
|
|
|
echo "configure:7431: checking for $ac_hdr" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 7435 "configure" |
|
|
|
#line 7436 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <$ac_hdr> |
|
|
|
EOF |
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|
|
|
{ (eval echo configure:7440: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
{ (eval echo configure:7441: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
|
|
if test -z "$ac_err"; then |
|
|
|
rm -rf conftest* |
|
|
|
@ -7481,17 +7482,17 @@ fi |
|
|
|
do |
|
|
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` |
|
|
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |
|
|
|
echo "configure:7485: checking for $ac_hdr" >&5 |
|
|
|
echo "configure:7486: checking for $ac_hdr" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 7490 "configure" |
|
|
|
#line 7491 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <$ac_hdr> |
|
|
|
EOF |
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|
|
|
{ (eval echo configure:7495: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
{ (eval echo configure:7496: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
|
|
if test -z "$ac_err"; then |
|
|
|
rm -rf conftest* |
|
|
|
@ -7552,17 +7553,17 @@ if test x$enable_lirc = xyes |
|
|
|
then |
|
|
|
ac_safe=`echo "lirc/lirc_client.h" | sed 'y%./+-%__p_%'` |
|
|
|
echo $ac_n "checking for lirc/lirc_client.h""... $ac_c" 1>&6 |
|
|
|
echo "configure:7556: checking for lirc/lirc_client.h" >&5 |
|
|
|
echo "configure:7557: checking for lirc/lirc_client.h" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 7561 "configure" |
|
|
|
#line 7562 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <lirc/lirc_client.h> |
|
|
|
EOF |
|
|
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" |
|
|
|
{ (eval echo configure:7566: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
{ (eval echo configure:7567: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } |
|
|
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` |
|
|
|
if test -z "$ac_err"; then |
|
|
|
rm -rf conftest* |
|
|
|
@ -7579,7 +7580,7 @@ fi |
|
|
|
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |
|
|
|
echo "$ac_t""yes" 1>&6 |
|
|
|
echo $ac_n "checking for lirc_init in -llirc_client""... $ac_c" 1>&6 |
|
|
|
echo "configure:7583: checking for lirc_init in -llirc_client" >&5 |
|
|
|
echo "configure:7584: checking for lirc_init in -llirc_client" >&5 |
|
|
|
ac_lib_var=`echo lirc_client'_'lirc_init | sed 'y%./+-%__p_%'` |
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
@ -7587,7 +7588,7 @@ else |
|
|
|
ac_save_LIBS="$LIBS" |
|
|
|
LIBS="-llirc_client $LIBS" |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 7591 "configure" |
|
|
|
#line 7592 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */ |
|
|
|
/* We use char because int might match the return type of a gcc2 |
|
|
|
@ -7598,7 +7599,7 @@ int main() { |
|
|
|
lirc_init() |
|
|
|
; return 0; } |
|
|
|
EOF |
|
|
|
if { (eval echo configure:7602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
if { (eval echo configure:7603: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
rm -rf conftest* |
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes" |
|
|
|
else |
|
|
|
@ -7655,7 +7656,7 @@ fi |
|
|
|
;; |
|
|
|
*) |
|
|
|
echo $ac_n "checking whether the byte order is big-endian""... $ac_c" 1>&6 |
|
|
|
echo "configure:7659: checking whether the byte order is big-endian" >&5 |
|
|
|
echo "configure:7660: checking whether the byte order is big-endian" >&5 |
|
|
|
if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
else |
|
|
|
@ -7740,7 +7741,7 @@ if test "${enable_pth+set}" = set; then |
|
|
|
enableval="$enable_pth" |
|
|
|
if test x$enableval = xyes; then |
|
|
|
echo $ac_n "checking for pth_init in -lpth""... $ac_c" 1>&6 |
|
|
|
echo "configure:7744: checking for pth_init in -lpth" >&5 |
|
|
|
echo "configure:7745: checking for pth_init in -lpth" >&5 |
|
|
|
ac_lib_var=`echo pth'_'pth_init | sed 'y%./+-%__p_%'` |
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
@ -7748,7 +7749,7 @@ else |
|
|
|
ac_save_LIBS="$LIBS" |
|
|
|
LIBS="-lpth $LIBS" |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 7752 "configure" |
|
|
|
#line 7753 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */ |
|
|
|
/* We use char because int might match the return type of a gcc2 |
|
|
|
@ -7759,7 +7760,7 @@ int main() { |
|
|
|
pth_init() |
|
|
|
; return 0; } |
|
|
|
EOF |
|
|
|
if { (eval echo configure:7763: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
if { (eval echo configure:7764: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
rm -rf conftest* |
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes" |
|
|
|
else |
|
|
|
@ -7787,7 +7788,7 @@ else |
|
|
|
fi |
|
|
|
|
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 7791 "configure" |
|
|
|
#line 7792 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <pth.h> |
|
|
|
EOF |
|
|
|
@ -7813,7 +7814,7 @@ if test "${enable_st+set}" = set; then |
|
|
|
enableval="$enable_st" |
|
|
|
if test x$enableval = xyes; then |
|
|
|
echo $ac_n "checking for st_init in -lst""... $ac_c" 1>&6 |
|
|
|
echo "configure:7817: checking for st_init in -lst" >&5 |
|
|
|
echo "configure:7818: checking for st_init in -lst" >&5 |
|
|
|
ac_lib_var=`echo st'_'st_init | sed 'y%./+-%__p_%'` |
|
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then |
|
|
|
echo $ac_n "(cached) $ac_c" 1>&6 |
|
|
|
@ -7821,7 +7822,7 @@ else |
|
|
|
ac_save_LIBS="$LIBS" |
|
|
|
LIBS="-lst $LIBS" |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 7825 "configure" |
|
|
|
#line 7826 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
/* Override any gcc2 internal prototype to avoid an error. */ |
|
|
|
/* We use char because int might match the return type of a gcc2 |
|
|
|
@ -7832,7 +7833,7 @@ int main() { |
|
|
|
st_init() |
|
|
|
; return 0; } |
|
|
|
EOF |
|
|
|
if { (eval echo configure:7836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
if { (eval echo configure:7837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
|
|
|
rm -rf conftest* |
|
|
|
eval "ac_cv_lib_$ac_lib_var=yes" |
|
|
|
else |
|
|
|
@ -7860,7 +7861,7 @@ else |
|
|
|
fi |
|
|
|
|
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 7864 "configure" |
|
|
|
#line 7865 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
#include <st.h> |
|
|
|
EOF |
|
|
|
|