head	1.2;
access;
symbols
	RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


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

1.1
date	2002.12.24.10.40.09;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 1.5.1
- removed patches that are now part of distribution
- support for guile/slib
- fixed several new build errors
@
text
@--- configure.orig	Thu Jun 27 20:05:45 2002
+++ configure	Wed Dec 18 07:15:14 2002
@@@@ -1980,7 +1980,7 @@@@
 fi;
 
 if test x$with_lib_path != x ; then
-  LDFLAGS="-L `echo $with_lib_path | sed 's/:/ -L /g'`"
+  LDFLAGS="$LDFLAGS -L `echo $with_lib_path | sed 's/:/ -L /g'`"
 fi
 
 echo "$as_me:$LINENO: checking for -R flag" >&5
@


1.1
log
@- Fix build with threads
- Fix build under current
- Fix build with krb5
@
text
@@

