blob: 283c9f541a7a99191bff0233f29597594a7e3d9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.5 2000/08/15 03:54:17 hubertf Exp $
--- configure.orig Sat Jul 29 00:48:47 2000
+++ configure Tue Aug 15 05:38:38 2000
@@ -4542,7 +4542,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
|