[Libsysio-commit] b_lustre: libsysio configure.in
Brought to you by:
lward
|
From: Mei <me...@us...> - 2003-12-15 08:32:04
|
Update of /cvsroot/libsysio/libsysio
In directory sc8-pr-cvs1:/tmp/cvs-serv5347
Modified Files:
Tag: b_lustre
configure.in
Log Message:
make --with-sockets default yes.
Index: configure.in
===================================================================
RCS file: /cvsroot/libsysio/libsysio/configure.in,v
retrieving revision 1.5.4.4
retrieving revision 1.5.4.5
diff -u -w -b -B -p -r1.5.4.4 -r1.5.4.5
--- configure.in 1 Nov 2003 03:08:21 -0000 1.5.4.4
+++ configure.in 15 Dec 2003 08:32:01 -0000 1.5.4.5
@@ -114,7 +114,7 @@ AC_ARG_WITH(sockets,
no) ;;
*) AC_MSG_ERROR(bad value ${withval} for --with-sockets) ;;
esac],
- [with_stdfd_dev=yes])
+ [with_sockets=yes])
AM_CONDITIONAL(WITH_SOCKETS, test x$with_sockets = xyes)
# We keep the original values in `$config_*' and never modify them, so we
|