summaryrefslogtreecommitdiff
path: root/graphics/giflib/patches/patch-aa
blob: 24fa6bcd75e7513bc5e50b6763954668a9e26347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-aa,v 1.8 2000/07/14 09:52:46 jlam Exp $

--- configure.in.orig	Wed Feb 10 01:19:36 1999
+++ configure.in	Fri Jul 14 05:48:33 2000
@@ -16,12 +16,6 @@
     AC_CHECK_LIB(m, pow, [MATH_LIB="${MATH_LIB} -lm"
                  COMPILABLE_EXTRAS="${COMPILABLE_EXTRAS} gifclrmp gifrotat"] )
 
-if test ${MATH_LIB}; then
-    AC_CHECK_LIB(rle, rle_hdr_init, [RLE_LIB="${RLE_LIBS} -lrle -lm"
-                 COMPILABLE_EXTRAS="${COMPILABLE_EXTRAS} gif2rle rle2gif"],
-                 ,"-lm" )
-fi
-
 dnl I don't have this on my system.  Could someone else configure it and
 dnl check that it works? (Need to change "main" to a function that's in the
 dnl library, check that giflib can be reautoconf'd, configured, and