Ignore:
Timestamp:
2008-07-30T11:15:40+12:00 (16 years ago)
Author:
oranfry
Message:

Removed perl test as this in done in build-src's configure

Location:
gsdl/trunk/common-src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/common-src/configure

    r16593 r16595  
    69756975
    69766976
    6977 
    6978 echo "$as_me:$LINENO: checking that Perl 5 is available" >&5
    6979 echo $ECHO_N "checking that Perl 5 is available... $ECHO_C" >&6
    6980 success="no"
    6981 pl_path="$PATH"
    6982 IFS="${IFS=   }"; pl_save_ifs="$IFS"; IFS=":"
    6983 for pl_dir in $pl_path; do
    6984   test -z "$pl_dir" && pl_dir=.
    6985   if test -x $pl_dir/perl; then
    6986     success="yes"
    6987     break
    6988   fi
    6989 done
    6990 IFS="$pl_save_ifs"
    69916977
    69926978success=no
  • gsdl/trunk/common-src/configure.in

    r16593 r16595  
    326326
    327327dnl
    328 dnl Now check that Perl is actually around, and can be found
    329 dnl
    330 AC_MSG_CHECKING(that Perl 5 is available)
    331 success="no"
    332 pl_path="$PATH"
    333 IFS="${IFS=   }"; pl_save_ifs="$IFS"; IFS=":"
    334 for pl_dir in $pl_path; do
    335   test -z "$pl_dir" && pl_dir=.
    336   if test -x $pl_dir/perl; then
    337     success="yes"
    338     break
    339   fi
    340 done
    341 IFS="$pl_save_ifs"
    342 
    343 dnl
    344328dnl Check if the STL library has any known faults;
    345329dnl In GCC 2.7.2.x series, some STL library headers are missing
Note: See TracChangeset for help on using the changeset viewer.