diff options
author | Josh Stone <jistone@redhat.com> | 2009-04-02 18:59:03 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-04-02 19:00:00 -0700 |
commit | b516e13ac098181536ae7281a8263e8f5b3553eb (patch) | |
tree | 47f4bcb56a70daee58b59b77a2043782e8612558 /configure | |
parent | b9e80fe13706ae1c820e565e9b26f00b5f5a8dca (diff) | |
download | systemtap-steved-b516e13ac098181536ae7281a8263e8f5b3553eb.tar.gz systemtap-steved-b516e13ac098181536ae7281a8263e8f5b3553eb.tar.xz systemtap-steved-b516e13ac098181536ae7281a8263e8f5b3553eb.zip |
Really fix run-stap this time, I promise!
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 42 |
1 files changed, 0 insertions, 42 deletions
@@ -667,7 +667,6 @@ sqlite3_LIBS PIECXXFLAGS PIECFLAGS PIELDFLAGS -PERL RANLIB ANSI2KNR U @@ -5972,47 +5971,6 @@ fi -# Extract the first word of "perl", so it can be a program name with args. -set dummy perl; ac_word=$2 -{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_PERL+set}" = set; then - $as_echo_n "(cached) " >&6 -else - case $PERL in - [\\/]* | ?:[\\/]*) - ac_cv_path_PERL="$PERL" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" - $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done -IFS=$as_save_IFS - - ;; -esac -fi -PERL=$ac_cv_path_PERL -if test -n "$PERL"; then - { $as_echo "$as_me:$LINENO: result: $PERL" >&5 -$as_echo "$PERL" >&6; } -else - { $as_echo "$as_me:$LINENO: result: no" >&5 -$as_echo "no" >&6; } -fi - - - # Check whether --enable-perfmon was given. if test "${enable_perfmon+set}" = set; then enableval=$enable_perfmon; |