- Timestamp:
- 16/08/06 12:08:32 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/trunk/src/bbftp-client-3.2.0/bbftpc/configure.in
r1389 r1406 613 613 dnl Now check for RFIO 614 614 dnl =========================================================================== 615 # 616 # This section requires a macro which isn't provided in the bbftp distribution 617 # For the moment I've disabled it since NDG doesn't expect to support RFIO. 618 # 619 #AC_ARG_WITH([rfio],[ 620 # --with-rfio Enable RFIO interface: automatic search (DEFAULT) in /usr/local 621 # --with-rfio=DIR Enable RFIO interface: search libshift in DIR/lib and .h in DIR/include 622 # --without-rfio Disable RFIO interface], 623 #[result=yes],[result=no]) 624 #if test $result = no ; then 625 # with_rfio="yes" 626 #fi 627 #if test "$with_rfio" != "no" ; then 628 # if test "$with_rfio" = "yes" ; then 629 # CCIN2P3_CHECK_RFIO([RFIOOBJS="bbftp_retr_rfio.o bbftp_store_rfio.o"],[AC_MSG_WARN(RFIO not installed)]) 630 # else 631 # CCIN2P3_CHECK_RFIO([RFIOOBJS="bbftp_retr_rfio.o bbftp_store_rfio.o"],[AC_MSG_WARN(RFIO not installed)],[$with_rfio]) 632 # fi 633 #fi 615 616 AC_ARG_WITH([rfio],[ 617 --with-rfio Enable RFIO interface: automatic search (DEFAULT) in /usr/local 618 --with-rfio=DIR Enable RFIO interface: search libshift in DIR/lib and .h in DIR/include 619 --without-rfio Disable RFIO interface], 620 [result=yes],[result=no]) 621 if test $result = no ; then 622 with_rfio="yes" 623 fi 624 if test "$with_rfio" != "no" ; then 625 if test "$with_rfio" = "yes" ; then 626 CCIN2P3_CHECK_RFIO([RFIOOBJS="bbftp_retr_rfio.o bbftp_store_rfio.o"],[AC_MSG_WARN(RFIO not installed)]) 627 else 628 CCIN2P3_CHECK_RFIO([RFIOOBJS="bbftp_retr_rfio.o bbftp_store_rfio.o"],[AC_MSG_WARN(RFIO not installed)],[$with_rfio]) 629 fi 630 fi 634 631 635 632 dnl ===========================================================================
Note: See TracChangeset
for help on using the changeset viewer.