[Libsysio-commit] HEAD: libsysio configure.in
Brought to you by:
lward
|
From: Lee W. <lw...@us...> - 2004-01-21 14:50:55
|
Update of /cvsroot/libsysio/libsysio
In directory sc8-pr-cvs1:/tmp/cvs-serv24940
Modified Files:
configure.in
Log Message:
Noted that the sockets driver is "EXPERIMENTAL". It probably cannot link
successfully right now without other mods from CFS.
Index: configure.in
===================================================================
RCS file: /cvsroot/libsysio/libsysio/configure.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -w -b -B -p -r1.14 -r1.15
--- configure.in 21 Jan 2004 14:44:53 -0000 1.14
+++ configure.in 21 Jan 2004 14:50:52 -0000 1.15
@@ -124,7 +124,7 @@ AM_CONDITIONAL(WITH_CPLANT_TESTS, test x
AC_ARG_WITH(sockets,
AC_HELP_STRING([--with-sockets],
- [build sockets interface driver]),
+ [build sockets interface driver (EXPERIMENTAL)]),
[ case "${withval}" in
yes) ;;
no) ;;
|