summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 14150f0..ef4d473 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,7 @@ AC_ARG_ENABLE(osmesa,
dnl Get the pkg-config definitions for libglvnd/OSMesa/libGL. We include a
dnl fallback path for implementations that don't provide a .pc file
AS_IF([test "x$LIBGLVND" = "xyes"], [
- GLU_REQUIRES="libglvnd"
+ GLU_REQUIRES="opengl"
PKG_CHECK_MODULES(LIBGLVND, [opengl], [], [
AC_CHECK_HEADER([GL/gl.h],
[],