Hi there!

I've been trying to work on this bug, as I just realised that it'll be 
10 times as painful to fix it after etch is released than before... 

Problem is that my bash skills isn't very good. This is what I've tried, 
starting from around line 22660 in the configure script:

echo "$as_me: checking which libapr...";
which_libapr=`$APRC --link-ld --libs | cut -b 15-19`;

echo $which_libapr;

          # Check if we can link with libapr
       echo "$as_me:$LINENO: checking for apr_send in $which_libapr" >&5
echo $ECHO_N "checking for apr_send in $which_libapr... $ECHO_C" >&6
if test "${ac_cv_lib_apr_0_apr_send+set}" = set; then
  echo $ECHO_N "(cached) $ECHO_C" >&6
else
  ac_check_lib_save_LIBS=$LIBS
LIBS="-l$which_libapr `$APRC --link-ld` `$APRC --libs` $LIBS"

The idea was to replace the significant hardcoded apr-0 with a variable. 
The variable is populated OK, but it doesn't have the desired effect.

However, is this all really needed? In the final LIBS line, it 
apr-config, which returns everything that is needed, I would think...? 

I'm confused here, but I'd like to fix this bug, in spite of the few 
skills I have in this arena.


-- 
Kjetil Kjernsmo
Information Systems Developer
Opera Software ASA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to