diff options
author | fche <fche> | 2007-03-17 17:43:41 +0000 |
---|---|---|
committer | fche <fche> | 2007-03-17 17:43:41 +0000 |
commit | 3d48c9833362aabc5faacb1f237e9914b794a247 (patch) | |
tree | 1fde2fb1ea662b687dd5728e2cc10d58b8f431bd /configure | |
parent | 8d0272dae3e7baf3bb77bd33ea9cabd7ea741f87 (diff) | |
download | systemtap-steved-3d48c9833362aabc5faacb1f237e9914b794a247.tar.gz systemtap-steved-3d48c9833362aabc5faacb1f237e9914b794a247.tar.xz systemtap-steved-3d48c9833362aabc5faacb1f237e9914b794a247.zip |
2007-03-17 Frank Ch. Eigler <fche@elastic.org>
* configure.ac: Tweak missing elfutils error message.
* configure: Regenerated.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5866,8 +5866,8 @@ _ACEOF else - { { echo "$as_me:$LINENO: error: systemtap requires elfutils 0.123+" >&5 -echo "$as_me: error: systemtap requires elfutils 0.123+" >&2;} + { { echo "$as_me:$LINENO: error: missing elfutils development headers/libraries (dw 0.123+)" >&5 +echo "$as_me: error: missing elfutils development headers/libraries (dw 0.123+)" >&2;} { (exit 1); exit 1; }; } fi @@ -5945,8 +5945,8 @@ _ACEOF else - { { echo "$as_me:$LINENO: error: systemtap requires elfutils 0.123+" >&5 -echo "$as_me: error: systemtap requires elfutils 0.123+" >&2;} + { { echo "$as_me:$LINENO: error: missing elfutils development headers/libraries (ebl 0.123+)" >&5 +echo "$as_me: error: missing elfutils development headers/libraries (ebl 0.123+)" >&2;} { (exit 1); exit 1; }; } fi |