]> git.pld-linux.org Git - packages/crossmingw32-libtiff.git/blob - libtiff-glut.patch
- updated to 3.9.5
[packages/crossmingw32-libtiff.git] / libtiff-glut.patch
1 --- m4/acinclude.m4~    2005-12-06 11:40:01.000000000 +0000
2 +++ m4/acinclude.m4     2008-09-05 14:24:05.000000000 +0100
3 @@ -391,7 +391,7 @@
4    [ax_cv_check_glut_libglut="no"
5    ax_save_LIBS="${LIBS}"
6    LIBS=""
7 -  ax_check_libs="-lglut32 -lglut"
8 +  ax_check_libs="-lglut"
9    for ax_lib in ${ax_check_libs}; do
10      if test X$ax_compiler_ms = Xyes; then
11        ax_try_lib=`echo $ax_lib | sed -e 's/^-l//' -e 's/$/.lib/'`
12 --- m4/acinclude.m4~    2008-09-05 17:45:34.000000000 +0100
13 +++ m4/acinclude.m4     2008-09-05 17:53:41.000000000 +0100
14 @@ -379,7 +379,7 @@
15    # If X is present, assume GLUT depends on it.
16    #
17    if test "X${no_x}" != "Xyes"; then
18 -    GLUT_LIBS="${X_PRE_LIBS} -lXmu -lXi ${X_EXTRA_LIBS} ${GLUT_LIBS}"
19 +    GLUT_LIBS="${X_PRE_LIBS} ${X_EXTRA_LIBS} ${GLUT_LIBS}"
20    fi
21  
22    AC_LANG_PUSH(C)
This page took 0.088021 seconds and 3 git commands to generate.