]> git.pld-linux.org Git - packages/syslog-ng.git/blob - syslog-ng-notestlibolver.patch
This commit was manufactured by cvs2git to create branch 'RA-branch'.
[packages/syslog-ng.git] / syslog-ng-notestlibolver.patch
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.035226 seconds and 3 git commands to generate.