head	1.2;
access;
symbols
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.05.07.16.43.39;	author dinoex;	state dead;
branches;
next	1.1;

1.1
date	99.11.01.00.58.47;	author steve;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- remove outdated port

PR:		21875
@
text
@--- configure.orig	Wed Oct 27 18:18:41 1999
+++ configure	Wed Oct 27 18:18:52 1999
@@@@ -1054,7 +1054,7 @@@@
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  LIBS="-lgd ${LIBS}"; HAVE_LIBGD="yes"
+  LIBS="-lgd -lpng ${LIBS}"; HAVE_LIBGD="yes"
 else
   echo "$ac_t""no" 1>&6
 HAVE_LIBGD=""
@


1.1
log
@Add '-lpng' for linking the against the static libgd.a.
@
text
@@

