summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2008-05-23 22:48:55 +0300
committerGeorge Sapountzis <gsap7@yahoo.gr>2008-05-23 22:48:55 +0300
commitd4510e53d8dd18ac397ca0d4df74d4de682e0a38 (patch)
tree871345991be1a06d4427c9440d71bb0d6b314994 /configure.ac
parent6c56e0e1fb8556593c7070cb031449cc8f404940 (diff)
drop GLcore
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 6f05108f344..a250f75ea52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -669,18 +669,6 @@ AC_SUBST([OSMESA_LIB_DEPS])
AC_SUBST([OSMESA_MESA_DEPS])
dnl
-dnl GLcore configuration
-dnl
-# delay pkg-config checks until `make glcore' run
-XORG_CFLAGS='`pkg-config --cflags xorg-server`'
-GLCORE_LIB_DEPS='-lm -lpthread'
-if test "$mesa_driver" = dri; then
- GLCORE_LIB_DEPS="$GLCORE_LIB_DEPS $DLOPEN_LIBS"
-fi
-AC_SUBST([XORG_CFLAGS])
-AC_SUBST([GLCORE_LIB_DEPS])
-
-dnl
dnl GLU configuration
dnl
AC_ARG_ENABLE([glu],