Package: navit Version: 0.1.1.~svn2173-1 Severity: wishlist navit build log has a suspicious error message
checking GL/glc.h presence... yes^M checking for GL/glc.h... yes^M ../configure: line 24497: test: too many arguments^M checking for python... /usr/bin/python^M from line if test "x$glut" = "xyes" - "x$opengl" = "xyes" -a "x$glc" = "xyes" ; then This should probably be if test "x$glut" = "xyes" -a "x$opengl" = "xyes" -a "x$glc" = "xyes" ; then ? The problematic code is generated from AM_CONDITIONAL(GRAPHICS_OPENGL, [test "x$glut" = "xyes" - "x$opengl" = "xyes" -a "x$glc" = "xyes" ]) in configure.in and should probably be changed to AM_CONDITIONAL(GRAPHICS_OPENGL, [test "x$glut" = "xyes" -a "x$opengl" = "xyes" -a "x$glc" = "xyes" ]) ? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org