Core:Fix:Fix typo. This fixes the issue reported in Ticket#363
authorhorwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Thu, 23 Apr 2009 11:27:54 +0000 (11:27 +0000)
committerhorwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Thu, 23 Apr 2009 11:27:54 +0000 (11:27 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@2224 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/configure.in

index 1b81f7a..c6aea55 100644 (file)
@@ -374,7 +374,7 @@ AC_SUBST(GLC_LIBS)
 fi
 
 AM_CONDITIONAL(GUI_SDL, [test "x$sdl" = "xyes" -a "x$opengl" = "xyes" -a "x$glc" = "xyes" -a "x$xmu" = "xyes" ])
-AM_CONDITIONAL(GRAPHICS_OPENGL, [test "x$glut" = "xyes" - "x$opengl" = "xyes" -a "x$glc" = "xyes" ])
+AM_CONDITIONAL(GRAPHICS_OPENGL, [test "x$glut" = "xyes" -a "x$opengl" = "xyes" -a "x$glc" = "xyes" ])
 
 
 if test x"${USE_GARMIN}" = xyes