[Libsysio-commit] RedStorm_merge: libsysio configure.in
Brought to you by:
lward
From: Ruth K. <rk...@us...> - 2003-09-05 16:49:13
|
Update of /cvsroot/libsysio/libsysio In directory sc8-pr-cvs1:/tmp/cvs-serv11254 Modified Files: Tag: RedStorm_merge configure.in Log Message: merge changes from Mike Levenhagen Index: configure.in =================================================================== RCS file: /cvsroot/libsysio/libsysio/configure.in,v retrieving revision 1.5.6.4.2.1 retrieving revision 1.5.6.4.2.2 diff -u -w -b -B -p -r1.5.6.4.2.1 -r1.5.6.4.2.2 --- configure.in 5 Sep 2003 16:36:16 -0000 1.5.6.4.2.1 +++ configure.in 5 Sep 2003 16:49:08 -0000 1.5.6.4.2.2 @@ -24,8 +24,7 @@ AC_ARG_WITH(redstorm_driver, [ case "${withval}" in yes) if test x${with_stdfd_dev} != xyes; then with_stdfd_dev=yes - AM_CONDITIONAL(WITH_STDFD_DEV, test x$with_stdfd_dev = -xyes) + AM_CONDITIONAL(WITH_STDFD_DEV, test x$with_stdfd_dev = xyes) fi ;; no) ;; *) AC_MSG_ERROR(bad value ${withval} for --with-redstorm-driver);; |