blob: f7a409e8a0505bb85d762177eeb1d39700841d09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- libksquirrel/configure.ac.ORI 2011-11-21 15:32:36.479813141 +0100
+++ libksquirrel/configure.ac 2011-11-21 15:32:48.082812826 +0100
@@ -587,15 +587,6 @@
fi
fi
-sq_codec_pict="yes"
-sq_have_pict="no"
-if test $sq_codec_pict = yes; then
- AC_PATH_PROG(PICTTOPPM, picttoppm)
- if [ test -n "$PICTTOPPM" ]; then sq_have_pict="yes" AC_SUBST(PICTTOPPM)
- else missing_prog PICT netpbm
- fi
-fi
-
sq_codec_mac="yes"
sq_have_mac="no"
if test $sq_codec_mac = yes; then
|