]> git.mxchange.org Git - flightgear.git/commitdiff
Clearer message when can't find opengl or glut libs.
authorcurt <curt>
Wed, 5 Aug 1998 00:18:49 +0000 (00:18 +0000)
committercurt <curt>
Wed, 5 Aug 1998 00:18:49 +0000 (00:18 +0000)
configure.in

index f3cf3568c50e06eefbfb52b3b73ae391971df09f..483eeb06325bb31f39b41799d7f50e702b72ff3a 100644 (file)
@@ -192,7 +192,8 @@ AC_CHECK_FUNCS( ftime gettimeofday mktime strstr rand random \
 
 if test "x$ac_cv_lib_glut_glutGetModifiers" = "xno"; then
     echo 
-    echo "Unable to find the necessary GL libraries."
+    echo "Unable to find the necessary OpenGL or GLUT libraries."
+    echo "See config.log for automated test details and results ..."
     exit 1
 fi