[syslog-ng]syslog-ng-1.4.15: libol-0.3.2 < libol-0.2.23

Ed Grimm annoying@code.guy.tgape.org
Sat, 27 Apr 2002 13:34:04 -0500 (EST)


Your configure script is messed.  I managed to get it to compile using
the following patch, although I don't know if the precidence rules are
right for this to be the full working version.

Ed

--- configure   Sat Apr 27 14:56:29 2002
+++ configure.new       Sat Apr 27 14:56:11 2002
@@ -2626,6 +2626,7 @@
 LIBOL_PATCH=`echo $LIBOL_VERSION | sed -e 's/[0-9]*\.[0-9]*\.\([0-9]*\)/\1/'`
 if test "$LIBOL_MAJOR" != "$LIBOL_REQ_MAJOR" -o \
 	"$LIBOL_MINOR" -lt "$LIBOL_REQ_MINOR" -o \
+	"$LIBOL_MINOR" -eq "$LIBOL_REQ_MINOR" -a \
 	"$LIBOL_PATCH" -lt "$LIBOL_REQ_PATCH"; then
 	echo "$ac_t""no" 1>&6
 	{ echo "configure: error: Required libol version not found, found $LIBOL_VERSION instead" 1>&2; exit 1; }