diff options
author | roland <roland> | 2006-07-17 09:01:09 +0000 |
---|---|---|
committer | roland <roland> | 2006-07-17 09:01:09 +0000 |
commit | ebbf2a18cede3eed37037425d15c994c75e04f8f (patch) | |
tree | 22784d5dcb24e3c4bdd6cb96c2cb9802f2e2672b /configure | |
parent | ec819dc35d58e1bd0dadac68124d9a695724d3ba (diff) | |
download | systemtap-steved-ebbf2a18cede3eed37037425d15c994c75e04f8f.tar.gz systemtap-steved-ebbf2a18cede3eed37037425d15c994c75e04f8f.tar.xz systemtap-steved-ebbf2a18cede3eed37037425d15c994c75e04f8f.zip |
2006-07-17 Roland McGrath <roland@redhat.com>
* configure.ac, systemtap.spec.in: Require elfutils-0.122.
* configure: Regenerated.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -5125,9 +5125,9 @@ if test $build_elfutils = no; then save_LIBS="$LIBS" -echo "$as_me:$LINENO: checking for dwfl_version in -ldw" >&5 -echo $ECHO_N "checking for dwfl_version in -ldw... $ECHO_C" >&6 -if test "${ac_cv_lib_dw_dwfl_version+set}" = set; then +echo "$as_me:$LINENO: checking for dwfl_module_getsym in -ldw" >&5 +echo $ECHO_N "checking for dwfl_module_getsym in -ldw... $ECHO_C" >&6 +if test "${ac_cv_lib_dw_dwfl_module_getsym+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS @@ -5145,11 +5145,11 @@ extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ -char dwfl_version (); +char dwfl_module_getsym (); int main () { -dwfl_version (); +dwfl_module_getsym (); ; return 0; } @@ -5176,20 +5176,20 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - ac_cv_lib_dw_dwfl_version=yes + ac_cv_lib_dw_dwfl_module_getsym=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_dw_dwfl_version=no +ac_cv_lib_dw_dwfl_module_getsym=no fi rm -f conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:$LINENO: result: $ac_cv_lib_dw_dwfl_version" >&5 -echo "${ECHO_T}$ac_cv_lib_dw_dwfl_version" >&6 -if test $ac_cv_lib_dw_dwfl_version = yes; then +echo "$as_me:$LINENO: result: $ac_cv_lib_dw_dwfl_module_getsym" >&5 +echo "${ECHO_T}$ac_cv_lib_dw_dwfl_module_getsym" >&6 +if test $ac_cv_lib_dw_dwfl_module_getsym = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBDW 1 _ACEOF @@ -5198,8 +5198,8 @@ _ACEOF else - { { echo "$as_me:$LINENO: error: systemtap requires elfutils 0.120+" >&5 -echo "$as_me: error: systemtap requires elfutils 0.120+" >&2;} + { { echo "$as_me:$LINENO: error: systemtap requires elfutils 0.122+" >&5 +echo "$as_me: error: systemtap requires elfutils 0.122+" >&2;} { (exit 1); exit 1; }; } fi |