~vcs-imports/aethyra/client

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Kraant
  • Date: 2008-08-07 21:36:18 UTC
  • Revision ID: git-v1:d63aff470f914d711b92af12ceb7944e8a6e24f4
Rebranding TME to Aethyra

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.59)
2
 
AC_INIT([The Mana Experiment], [Tme SVN 0.0.25], [blame582@gmail.com], [tme])
 
2
AC_INIT([Aethyra], [Aethyra SVN 0.0.25], [blame582@gmail.com], [aethyra])
3
3
AC_CONFIG_HEADERS([config.h:config.h.in])
4
4
AC_LANG_CPLUSPLUS
5
5
 
79
79
    with_opengl=yes
80
80
    AC_CHECK_LIB([GL], [glBegin], ,
81
81
    AC_MSG_ERROR([ *** Unable to find OpenGL library]))
82
 
    AC_DEFINE(USE_OPENGL, 1, [Defines if tme should use an OpenGL display])
 
82
    AC_DEFINE(USE_OPENGL, 1, [Defines if aethyra should use an OpenGL display])
83
83
fi
84
84
 
85
85
# Search for sdl-config