]> git.pld-linux.org Git - packages/DevIL.git/blob - DevIL-squish.patch
- release 7
[packages/DevIL.git] / DevIL-squish.patch
1 --- DevIL-1.7.8/devil-1.7.8/configure.ac.orig   2009-03-08 21:43:03.000000000 +0100
2 +++ DevIL-1.7.8/devil-1.7.8/configure.ac        2010-10-16 11:14:19.027741043 +0200
3 @@ -336,7 +336,9 @@
4             [],
5             [with_libsquish="yes"])
6  AS_IF([test "x$with_libsquish" = "xyes"],
7 -      [DEVIL_CHECK_LIBSQUISH])
8 +      [AC_LANG([C++])
9 +       DEVIL_CHECK_LIBSQUISH
10 +       AC_LANG([C])])
11  
12  AC_ARG_WITH([nvtt],
13             [AS_HELP_STRING([--with-nvtt[[=yes/no]]],
This page took 0.091493 seconds and 3 git commands to generate.