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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.