Code

6579a5d63f61f1fafb46666d2d55cc316395e5cb
[pkg-enblend.git] / debian / patches-repack / 01-unnecessary-libs.patch
1 diff a/m4/ax_check_glut.m4 b/m4/ax_check_glut.m4
2 --- a/m4/ax_check_glut.m4
3 +++ b/m4/ax_check_glut.m4
4 @@ -29,7 +29,7 @@
5    # If X is present, assume GLUT depends on it.
6    #
7    if test "X${no_x}" != "Xyes"; then
8 -    GLUT_LIBS="${X_PRE_LIBS} -lXmu -lXi ${X_EXTRA_LIBS} ${GLUT_LIBS}"
9 +    GLUT_LIBS="${X_PRE_LIBS} ${X_EXTRA_LIBS} ${GLUT_LIBS}"
10    fi
12    AC_LANG_PUSH(C)