blob: 6b106cd1caa8f843ecb7d14e4ad02aada55f7d71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.4 2000/05/11 16:37:53 hubertf Exp $
--- configure.orig Fri Mar 24 00:12:23 2000
+++ configure Tue May 9 13:38:23 2000
@@ -4844,7 +4844,7 @@
#define USE_GL 1
EOF
- XLOCKLIBS="${XLOCKLIBS} -lMesaGL -lMesaGLU"
+ XLOCKLIBS="${XLOCKLIBS} -lGL -lGLU"
test "x$mesagl_includes" = xNONE && mesagl_includes=$ac_mesagl_includes
test "x$mesagl_libraries" = xNONE && mesagl_libraries=$ac_mesagl_libraries
case "${canonical}" in
|