diff options
Diffstat (limited to 'x11/xf86-video-glint/patches/patch-ab')
-rw-r--r-- | x11/xf86-video-glint/patches/patch-ab | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/xf86-video-glint/patches/patch-ab b/x11/xf86-video-glint/patches/patch-ab index 62b7f1df19d..fb3726caa75 100644 --- a/x11/xf86-video-glint/patches/patch-ab +++ b/x11/xf86-video-glint/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.1 2007/08/15 20:05:01 joerg Exp $ +$NetBSD: patch-ab,v 1.2 2008/08/09 15:32:44 tnn Exp $ ---- configure.orig 2007-08-15 21:17:50.000000000 +0200 +--- configure.orig 2008-06-30 17:56:57.000000000 +0200 +++ configure -@@ -20219,7 +20219,7 @@ _ACEOF +@@ -21405,7 +21405,7 @@ _ACEOF fi -if test "$DRI" != no; then -+if test "x$DRI" = xauto; then ++if test "$DRI" = xauto; then as_ac_File=`echo "ac_cv_file_${sdkdir}/dri.h" | $as_tr_sh` - echo "$as_me:$LINENO: checking for ${sdkdir}/dri.h" >&5 - echo $ECHO_N "checking for ${sdkdir}/dri.h... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for ${sdkdir}/dri.h" >&5 + echo $ECHO_N "checking for ${sdkdir}/dri.h... $ECHO_C" >&6; } |