From 43b994017a560a2fa97894ebfe121375d6614b6f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 3 Feb 2008 18:53:40 +0000 Subject: basic client console --- configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index d94f05e..900cd92 100644 --- a/configure.in +++ b/configure.in @@ -99,9 +99,10 @@ AC_CHECK_HEADER(GL/glext.h, ) AC_CHECK_LIB(GL, glVertex3f, - GL_LIBS="$GL_LIBS -lGL" + GL_LIBS="$GL_LIBS -lGL -lGLU" ) + AC_SUBST(GL_LIBS) AC_SUBST(GL_CFLAGS) @@ -146,7 +147,7 @@ The Osirion Project $VERSION Configuration summary: platform ........... $host flags .............. $CXXFLAGS - debug messages ..... $debug_messages + debug messages ..... $have_debug_messages Installation directories: prefix ............. $PREFIX -- cgit v1.2.3