diff options
author | Andrew Gallatin <gallatin@FreeBSD.org> | 2001-05-28 22:00:52 +0000 |
---|---|---|
committer | Andrew Gallatin <gallatin@FreeBSD.org> | 2001-05-28 22:00:52 +0000 |
commit | 66be59325694670ba85053c09b7e9ec6b064387c (patch) | |
tree | 551e9705385f06fcba75cad4f4c502343d416b1d /x11 | |
parent | 836d3de5920e69cbceef8bdea1ccd00442f679b1 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4/scripts/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86-4/scripts/configure b/x11/XFree86-4/scripts/configure index a4bb01ebd10c..b02c1eb8fdc1 100644 --- a/x11/XFree86-4/scripts/configure +++ b/x11/XFree86-4/scripts/configure @@ -220,7 +220,7 @@ yesno YES "Do you want to compile with PAM support?" echo "#define HasPam $answ" >> $F echo "#define InstallXserverSetUID NO " >> $F -if [ $OSVERSION -lt 500013 ]; then +if [ $OSVERSION -lt 500013 -a X${MACHINE} != X"alpha" ]; then echo "#define BuildXF86DRI YES" >> $F echo "#define BuildXF86DRM YES" >> $F fi |