5065b47ba4
-- ModLogAn is a modular logfile analyzer which is able to analyze 15 logfiles from different servers. Its template engine generates XHTML based on usersupplied themes which makes it possible to provide different look and feel. It's written in C and provides a plugin system. From: Michael Coulter <mjc@bitz.ca> with some changes from me.
13 lines
429 B
Plaintext
13 lines
429 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2003/05/02 02:53:05 margarida Exp $
|
|
--- configure.orig Mon Apr 21 23:13:06 2003
|
|
+++ configure Mon Apr 21 23:13:31 2003
|
|
@@ -16778,7 +16778,7 @@ echo $ECHO_N "checking gd and its deps..
|
|
HAVE_LIBGD=false
|
|
|
|
# gd + png support
|
|
- LIBS="$GDLPATH -lz -lpng -lgd -lz"
|
|
+ LIBS="$GDLPATH -lz -lpng -ljpeg -lttf -lgd -lz"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line $LINENO "configure"
|
|
/* confdefs.h. */
|