summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index a24d4852f2..0ab949544a 100644
--- a/wscript
+++ b/wscript
@@ -751,7 +751,7 @@ video_output_features = [
'plain-gl' ],
'func': check_true,
'req': True,
- 'fmsg': "Unable to find OpenGL header files for video output. " +
+ 'fmsg': "No OpenGL video output found or enabled. " +
"Aborting. If you really mean to compile without OpenGL " +
"video outputs use --disable-gl."
}, {