diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 5 insertions, 3 deletions
@@ -0,0 +1,5 @@ +2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * 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]) |