Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
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