]> git.pld-linux.org Git - packages/syslog-ng.git/commitdiff
- no test libol version
authorareq <areq@pld-linux.org>
Mon, 29 Apr 2002 09:36:26 +0000 (09:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    syslog-ng-notestlibolver.patch -> 1.1

syslog-ng-notestlibolver.patch [new file with mode: 0644]

diff --git a/syslog-ng-notestlibolver.patch b/syslog-ng-notestlibolver.patch
new file mode 100644 (file)
index 0000000..dedfb59
--- /dev/null
@@ -0,0 +1,15 @@
+--- configure.in.org   Mon Apr 29 10:58:05 2002
++++ configure.in       Mon Apr 29 11:07:04 2002
+@@ -151,12 +151,6 @@
+ LIBOL_MAJOR=[`echo $LIBOL_VERSION | sed -e 's/\([0-9]*\)\.[0-9]*\.[0-9]*/\1/'`]
+ LIBOL_MINOR=[`echo $LIBOL_VERSION | sed -e 's/[0-9]*\.\([0-9]*\)\.[0-9]*/\1/'`]
+ 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_PATCH" -lt "$LIBOL_REQ_PATCH"; then
+-      AC_MSG_RESULT(no)
+-      AC_MSG_ERROR(Required libol version not found)
+-fi
+ AC_MSG_RESULT(ok)
+ if test "$with_debug" = "yes" ; then
This page took 0.114267 seconds and 4 git commands to generate.