OSSP CVS Repository

ossp - Check-in [4459]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 4459
Date: 2004-Mar-19 23:36:07 (local)
2004-Mar-19 22:36:07 (UTC)
User:thl
Branch:
Comment: Fix PR#39: configure --with-l2 does not work
Tickets:
#39 configure --with-l2 doesn't work
Inspections:
Files:
ossp-pkg/fsl/ChangeLog      1.27 -> 1.28     12 inserted, 0 deleted
ossp-pkg/fsl/configure.ac      1.17 -> 1.18     1 inserted, 1 deleted

ossp-pkg/fsl/ChangeLog 1.27 -> 1.28

--- ChangeLog    2004/01/12 09:08:36     1.27
+++ ChangeLog    2004/03/19 22:36:07     1.28
@@ -8,6 +8,18 @@
 
   CHANGELOG
 
+  Changes between 1.4.0 and 1.5a1 (dd-mmm-2004)
+
+    *) Fix PR#39: configure --with-l2 does not work because it checks
+       for a function that no longer exists. Reported by Kimura Fuyuki.
+       [Thomas Lotterer <thomas@lotterer.net>]
+
+    *) Upgrade and unify build environment devtool an devtool.func;
+       change devtool.conf to require current versions of shtool,
+       libtool and autoconf; get rid of "AC_CONFIG_SUBDIRS: you should
+       use literals" warning.
+       [Thomas Lotterer <thomas@lotterer.net>]
+
   Changes between 1.4b1 and 1.4 (12-Jan-2004)
 
     *) None. OpenPKG build farm succeeded on


ossp-pkg/fsl/configure.ac 1.17 -> 1.18

--- configure.ac 2004/03/19 15:43:49     1.17
+++ configure.ac 2004/03/19 22:36:08     1.18
@@ -63,7 +63,7 @@
 
 dnl #   check for OSSP l2 library
 AC_CHECK_EXTLIB([OSSP l2],
-                l2, l2_stream_log, l2.h,
+                l2, l2_channel_log, l2.h,
                 [SUBDIR_L2=""],
                 [SUBDIR_L2="lib_l2"
                  CPPFLAGS="$CPPFLAGS -Ilib_l2"

CVSTrac 2.0.1