lol
at 17.09-beta 42 lines 1.2 kB view raw
1diff -rc qt-x11-free-3.3.6-orig/config.tests/x11/xrandr.test qt-x11-free-3.3.6/config.tests/x11/xrandr.test 2*** qt-x11-free-3.3.6-orig/config.tests/x11/xrandr.test 2006-09-14 14:00:08.000000000 +0200 3--- qt-x11-free-3.3.6/config.tests/x11/xrandr.test 2006-09-14 14:10:39.000000000 +0200 4*************** 5*** 52,69 **** 6 INCDIRS="$IN_INCDIRS $XDIRS /FOO/include /include" 7 F= 8 for INCDIR in $INCDIRS; do 9! if [ -f $INCDIR/$INC -a -f $INCDIR/$INC2 ]; then 10 F=yes 11! XRANDR_H=$INCDIR/$INC 12 RANDR_H=$INCDIR/$INC2 13! [ "$VERBOSE" = "yes" ] && echo " Found $INC in $INCDIR" 14 break 15 fi 16 done 17 if [ -z "$F" ] 18 then 19 XRANDR=no 20! [ "$VERBOSE" = "yes" ] && echo " Could not find $INC anywhere in $INCDIRS" 21 fi 22 fi 23 24--- 52,69 ---- 25 INCDIRS="$IN_INCDIRS $XDIRS /FOO/include /include" 26 F= 27 for INCDIR in $INCDIRS; do 28! if [ -f $INCDIR/$INC2 ]; then 29 F=yes 30! # XRANDR_H=$INCDIR/$INC 31 RANDR_H=$INCDIR/$INC2 32! [ "$VERBOSE" = "yes" ] && echo " Found $INC2 in $INCDIR" 33 break 34 fi 35 done 36 if [ -z "$F" ] 37 then 38 XRANDR=no 39! [ "$VERBOSE" = "yes" ] && echo " Could not find $INC2 anywhere in $INCDIRS" 40 fi 41 fi 42