updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / dap-server / patch
blob332c9c5892113c68b6bd4f55d12ea429c1565cd8
1 --- configure   2010-06-03 05:42:36.000000000 -0500
2 +++ configure.new       2010-08-31 04:35:43.803333636 -0500
3 @@ -15464,67 +15464,6 @@
4  
5  
6  
7 -# Only expand once:
11 -    # Extract the first word of "perl", so it can be a program name with args.
12 -set dummy perl; ac_word=$2
13 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14 -$as_echo_n "checking for $ac_word... " >&6; }
15 -if test "${ac_cv_prog_PERL+set}" = set; then
16 -  $as_echo_n "(cached) " >&6
17 -else
18 -  if test -n "$PERL"; then
19 -  ac_cv_prog_PERL="$PERL" # Let the user override the test.
20 -else
21 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22 -for as_dir in $PATH
23 -do
24 -  IFS=$as_save_IFS
25 -  test -z "$as_dir" && as_dir=.
26 -  for ac_exec_ext in '' $ac_executable_extensions; do
27 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
28 -    ac_cv_prog_PERL="`which perl`"
29 -    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30 -    break 2
31 -  fi
32 -done
33 -done
34 -IFS=$as_save_IFS
36 -fi
37 -fi
38 -PERL=$ac_cv_prog_PERL
39 -if test -n "$PERL"; then
40 -  { $as_echo "$as_me:$LINENO: result: $PERL" >&5
41 -$as_echo "$PERL" >&6; }
42 -else
43 -  { $as_echo "$as_me:$LINENO: result: no" >&5
44 -$as_echo "no" >&6; }
45 -fi
48 -    case "$PERL" in
49 -       *perl*)
50 -           perl_ver=`$PERL -v 2>&1 | awk '/This is perl/ {print}'`
51 -           perl_ver=`echo $perl_ver | sed 's/This is perl,[^0-9]*\([0-9._]*\).*/\1/'`
52 -            perl_ver_main=`echo $perl_ver | sed 's/\([0-9]*\).*/\1/'`
53 -           if test -n "$perl_ver" && test $perl_ver_main -ge 5
54 -           then
55 -               { $as_echo "$as_me:$LINENO: result: Found perl version ${perl_ver}." >&5
56 -$as_echo "Found perl version ${perl_ver}." >&6; }
57 -           else
58 -               { { $as_echo "$as_me:$LINENO: error: perl version: found ${perl_ver} should be at least 5.000." >&5
59 -$as_echo "$as_me: error: perl version: found ${perl_ver} should be at least 5.000." >&2;}
60 -   { (exit 1); exit 1; }; }
61 -           fi
62 -           ;;
63 -       *)
64 -           { $as_echo "$as_me:$LINENO: WARNING: perl is required." >&5
65 -$as_echo "$as_me: WARNING: perl is required." >&2;}
66 -           ;;
67 -    esac