summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-10-18 20:25:30 +0000
committerKevin E Martin <kem@kem.org>2005-10-18 20:25:30 +0000
commitfe1aed987cafbbb9eb6ea165487b8891473ea52d (patch)
tree3f8d184f545d9916a5d54a95a8f935e10bfeb24c /configure.ac
parentd30bf6da2b0fcf960805d099ef4903c9a3ae5d9d (diff)
Remove check for gl/glx.h as that fails when installing Mesa in a
non-standard directory and causes the build script to exit.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
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])