Menu

#5 Error in configure script

open
5
2004-06-16
2004-06-16
No

Currently the check_lib routine seems to be
defuntional. It looks better to me this way.

check_lib() {
LIBNAME=$1
LIB=`$COMP_EXE -print-file-name=$2`
LIB=`basename $LIB`
if test $LIB = $2
then
echo "Checking for $LIBNAME found"
else
echo "Checking for $LIBNAME not found"
help_comp;
fi
}

Discussion


Log in to post a comment.