Package: autoconf-archive
Version: 20090426-1
Severity: normal
Tags: upstream
Hello,
ax_check_glut.m4 contains this:
----------------
# If X is present, assume GLUT depends on it.
#
AS_IF([test X$no_x != Xyes],
[GLUT_LIBS="${X_PRE_LIBS} -lXmu -lXi ${X_EXTRA_LIBS} ${GLUT_LIBS}"])
----------------
Which causes every glut using package to link against -lXmu and -lXi
even if they do not use any symbols from there. I guess there are
platforms that require this, but the autoconf test should be smarter
than pulling it in on every arch.
cu andreas
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]