From fe1aed987cafbbb9eb6ea165487b8891473ea52d Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Tue, 18 Oct 2005 20:25:30 +0000 Subject: Remove check for gl/glx.h as that fails when installing Mesa in a non-standard directory and causes the build script to exit. --- ChangeLog | 5 +++++ configure.ac | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e69de29..43ad999 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,5 @@ +2005-10-18 Kevin E. Martin + + * configure.ac: Remove check for gl/glx.h as that fails when + installing Mesa in a non-standard directory and causes the build + script to exit. diff --git a/configure.ac b/configure.ac index 06e0375..eab8d1b 100644 --- a/configure.ac +++ b/configure.ac @@ -38,9 +38,6 @@ AC_SUBST(XDRIINFO_CFLAGS) AC_SUBST(XDRIINFO_LIBS) # Checks for non-pkg-config packages (Mesa or vendor OpenGL) -AC_CHECK_HEADER([GL/glx.h], [], - AC_MSG_FAILURE([cannot find GL/glx.h - make sure Mesa or other OpenGL package is installed])) - AC_SEARCH_LIBS([glXGetProcAddress], [GL], [], AC_MSG_FAILURE([cannot find GL library - make sure Mesa or other OpenGL package is installed]), [$XDRIINFO_LIBS]) -- cgit v1.2.3