summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index b4d39320fb..6e916cd011 100755
--- a/configure
+++ b/configure
@@ -326,7 +326,7 @@ Video output:
--enable-xinerama build with Xinerama support for X11 [autodetect]
--enable-x11 build with X11 render support [autodetect]
--enable-fbdev build with FBDev render support [autodetect]
- --enable-mlib build with mediaLib support (Solaris only) [autodetect]
+ --enable-mlib build with mediaLib support (Solaris only) [disable]
--enable-3dfx build with obsolete /dev/3dfx support [disable]
--enable-tdfxfb build with tdfxfb (Voodoo 3/banshee) support [disable]
--enable-directfb build with DirectFB support [autodetect]
@@ -3093,6 +3093,7 @@ fi
echores "$_bsdi_dvd"
+# also used by AIX, but AIX does not support VCD and/or libdvdread
echocheck "HP-UX SCSI header"
cat > $TMPC << EOF
#include <sys/scsi.h>