]> git.pld-linux.org Git - packages/syslog-ng.git/blame - syslog-ng-notestlibolver.patch
- merge translations from Conectiva.
[packages/syslog-ng.git] / syslog-ng-notestlibolver.patch
CommitLineData
e2c5d7cc 1--- configure.in.org Mon Apr 29 10:58:05 2002
2+++ configure.in Mon Apr 29 11:07:04 2002
3@@ -151,12 +151,6 @@
4 LIBOL_MAJOR=[`echo $LIBOL_VERSION | sed -e 's/\([0-9]*\)\.[0-9]*\.[0-9]*/\1/'`]
5 LIBOL_MINOR=[`echo $LIBOL_VERSION | sed -e 's/[0-9]*\.\([0-9]*\)\.[0-9]*/\1/'`]
6 LIBOL_PATCH=[`echo $LIBOL_VERSION | sed -e 's/[0-9]*\.[0-9]*\.\([0-9]*\)/\1/'`]
7-if test "$LIBOL_MAJOR" != "$LIBOL_REQ_MAJOR" -o \
8- "$LIBOL_MINOR" -lt "$LIBOL_REQ_MINOR" -o \
9- "$LIBOL_PATCH" -lt "$LIBOL_REQ_PATCH"; then
10- AC_MSG_RESULT(no)
11- AC_MSG_ERROR(Required libol version not found)
12-fi
13 AC_MSG_RESULT(ok)
14
15 if test "$with_debug" = "yes" ; then
This page took 0.162231 seconds and 4 git commands to generate.