summaryrefslogtreecommitdiff
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
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.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac3
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 <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])