[Pvfs2-cvs] commit by dbonnie in pvfs2/test: configure configure.in
CVS commit program
cvs at parl.clemson.edu
Fri May 16 11:15:58 EDT 2008
Update of /anoncvs/pvfs2/test
In directory parlweb1:/tmp/cvs-serv1762/test
Modified Files:
Tag: cu-security-branch
configure configure.in
Log Message:
Updated branch with code from HEAD
Index: configure
===================================================================
RCS file: /anoncvs/pvfs2/test/configure,v
diff -p -u -r1.15 -r1.15.10.1
--- configure 18 Jul 2007 20:39:04 -0000 1.15
+++ configure 16 May 2008 15:15:58 -0000 1.15.10.1
@@ -5860,7 +5860,7 @@ echo $ECHO_N "checking for openssl libra
LDFLAGS="$LDFLAGS -L${opensslpath}/lib64 -L${opensslpath}/lib"
SERVER_LDFLAGS="$SERVER_LDFLAGS -L${opensslpath}/lib64 -L${opensslpath}/lib"
fi
- LIBS="$LIBS -lcrypt -lssl"
+ LIBS="$LIBS -lcrypto -lssl"
cat >conftest.$ac_ext <<_ACEOF
#include "openssl/bio.h"
@@ -6234,7 +6234,7 @@ else
{ echo "$as_me:$LINENO: checking for openssl library" >&5
echo $ECHO_N "checking for openssl library... $ECHO_C" >&6; }
TMPLIBS=${LIBS}
- LIBS="$LIBS -lcrypt -lssl"
+ LIBS="$LIBS -lcrypto -lssl"
cat >conftest.$ac_ext <<_ACEOF
#include "openssl/bio.h"
@@ -7094,7 +7094,7 @@ for d in common io client correctness/pt
install -d $d;
done
-ac_config_files="$ac_config_files Makefile io/trove/module.mk io/buffer/module.mk common/quicklist/module.mk common/id-generator/module.mk common/gossip/module.mk common/gen-locks/module.mk common/misc/module.mk io/bmi/module.mk io/description/module.mk io/flow/module.mk io/job/module.mk io/dev/module.mk client/sysint/module.mk client/mpi-io/module.mk client/vfs/module.mk proto/module.mk server/module.mk server/request-scheduler/module.mk correctness/pts/module.mk common/pav/configfile.sample kernel/linux-2.6/module.mk maint/mpi-depend.sh shared/module.mk perfbase/benchmarks/module.mk posix/module.mk"
+ac_config_files="$ac_config_files Makefile io/trove/module.mk io/buffer/module.mk common/quicklist/module.mk common/id-generator/module.mk common/gossip/module.mk common/gen-locks/module.mk common/misc/module.mk io/bmi/module.mk io/description/module.mk io/flow/module.mk io/job/module.mk io/dev/module.mk client/sysint/module.mk client/mpi-io/module.mk client/vfs/module.mk proto/module.mk server/module.mk server/request-scheduler/module.mk correctness/pts/module.mk correctness/module.mk common/pav/configfile.sample kernel/linux-2.6/module.mk maint/mpi-depend.sh shared/module.mk perfbase/benchmarks/module.mk posix/module.mk"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -7670,6 +7670,7 @@ do
"server/module.mk") CONFIG_FILES="$CONFIG_FILES server/module.mk" ;;
"server/request-scheduler/module.mk") CONFIG_FILES="$CONFIG_FILES server/request-scheduler/module.mk" ;;
"correctness/pts/module.mk") CONFIG_FILES="$CONFIG_FILES correctness/pts/module.mk" ;;
+ "correctness/module.mk") CONFIG_FILES="$CONFIG_FILES correctness/module.mk" ;;
"common/pav/configfile.sample") CONFIG_FILES="$CONFIG_FILES common/pav/configfile.sample" ;;
"kernel/linux-2.6/module.mk") CONFIG_FILES="$CONFIG_FILES kernel/linux-2.6/module.mk" ;;
"maint/mpi-depend.sh") CONFIG_FILES="$CONFIG_FILES maint/mpi-depend.sh" ;;
Index: configure.in
===================================================================
RCS file: /anoncvs/pvfs2/test/configure.in,v
diff -p -u -r1.17 -r1.17.10.1
--- configure.in 18 Jul 2007 20:38:28 -0000 1.17
+++ configure.in 16 May 2008 15:15:58 -0000 1.17.10.1
@@ -247,6 +247,7 @@ proto/module.mk
server/module.mk
server/request-scheduler/module.mk
correctness/pts/module.mk
+correctness/module.mk
common/pav/configfile.sample
kernel/linux-2.6/module.mk
maint/mpi-depend.sh
More information about the Pvfs2-cvs
mailing list