diff options
author | Douglas Boffey <DougABoffey@netscape.net> | 2008-07-27 18:48:35 +0000 |
---|---|---|
committer | Douglas Boffey <DougABoffey@netscape.net> | 2008-07-27 18:48:35 +0000 |
commit | 0287bf686f04b9aecd5e7c719a153a01313e69d9 (patch) | |
tree | c2583fef510ea0b205e7e398213cbf87d126bb11 /configure.ac | |
parent | b7bc2f74f4f2253bd67b2d51fa3d2c47d648453e (diff) | |
download | mana-client-0287bf686f04b9aecd5e7c719a153a01313e69d9.tar.gz mana-client-0287bf686f04b9aecd5e7c719a153a01313e69d9.tar.bz2 mana-client-0287bf686f04b9aecd5e7c719a153a01313e69d9.tar.xz mana-client-0287bf686f04b9aecd5e7c719a153a01313e69d9.zip |
Changed files to tme
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index b85683ff..dcc1eeeb 100755 --- a/configure.ac +++ b/configure.ac @@ -79,7 +79,7 @@ else with_opengl=yes AC_CHECK_LIB([GL], [glBegin], , AC_MSG_ERROR([ *** Unable to find OpenGL library])) - AC_DEFINE(USE_OPENGL, 1, [Defines if tmw should use an OpenGL display]) + AC_DEFINE(USE_OPENGL, 1, [Defines if tme should use an OpenGL display]) fi # Search for sdl-config @@ -92,10 +92,10 @@ if test -n "$LIBSDL_CONFIG"; then AC_SUBST(LIBSDL_CFLAGS) AC_DEFINE_UNQUOTED(HAVE_LIBSDL, 1, - [Defines if your system has the LIBSDL library]) + [Defines if your system has the LIBSDL library]) else AC_DEFINE_UNQUOTED(HAVE_LIBSDL, 0, - [Defines if your system has the LIBSDL library]) + [Defines if your system has the LIBSDL library]) AC_MSG_ERROR([Could not find sdl-config, check http://www.libsdl.org]) fi |