From e909e83267b2a45b5c4f491671cf6e92f206cd63 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 5 Aug 1998 00:18:49 +0000 Subject: [PATCH] Clearer message when can't find opengl or glut libs. --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index f3cf3568c..483eeb063 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.39.5