From 39542568999c7c18e39a00a73e740867bcea5db9 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Mon, 27 Jun 2005 11:53:26 +0000 Subject: Fixed pure X11 build (--disable-gl) but unfortunately it still needs -lGL to avoid a core dump at startup) --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index d1154ca..3344293 100644 --- a/configure.in +++ b/configure.in @@ -180,7 +180,9 @@ TEA_MAKE_LIB # Add platform libs to LIBS or SHLIB_LD_LIBS as necessary. #-------------------------------------------------------------------- if test "${TEA_PLATFORM}" = "windows" ; then - LIBS="${LIBS} -lgdi32 -luser32 -lwsock32" + LIBS="${LIBS} -lglu32 -lgdi32 -luser32 -lwsock32" +else + LIBS="${LIBS} -lGLU -lGL" fi #SHLIB_LD_LIBS="${SHLIB_LD_LIBS} -lxxxx" -- cgit v1.1