Fixed build problem on SLES10 distro.

-This line, and those below, will be ignored--

M    server/configure.in
M    server/autogen.sh
This commit is contained in:
Juan Carlos Luciani
2006-11-20 06:15:24 +00:00
parent fec50fc5f3
commit 7b18319169
2 changed files with 10 additions and 16 deletions

View File

@@ -4,14 +4,6 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
test_ibm_jvm=$(/usr/lib/jvm/jre-1.5.0/bin/java -version 2>&1 | grep -i ibm)
if [ -z "${test_ibm_jvm}" ]; then
# Assume Sun JVM
jvm_ver=sun
else
jvm_ver=ibm
fi
ORIGDIR=`pwd`
cd $srcdir
PROJECT=CASA_auth_token_server