diff options
author | Dave Brolley <brolley@redhat.com> | 2010-01-15 12:38:47 -0500 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2010-01-15 12:38:47 -0500 |
commit | 1c0843bd3c697cc6e025bf04279cf09647a680a4 (patch) | |
tree | 4e43803760aaecb669989c2362c2ce35733a1457 /configure | |
parent | ceeefadd6874e3d315669a87ec0d05a0ce1f7094 (diff) | |
parent | 2a1c9b5db533fe7d2d2d4bac572195c490de62fb (diff) | |
download | systemtap-steved-1c0843bd3c697cc6e025bf04279cf09647a680a4.tar.gz systemtap-steved-1c0843bd3c697cc6e025bf04279cf09647a680a4.tar.xz systemtap-steved-1c0843bd3c697cc6e025bf04279cf09647a680a4.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9688,9 +9688,11 @@ done fi +stap_prefix=$prefix +test "$stap_prefix" = NONE && stap_prefix=$ac_default_prefix cat >>confdefs.h <<_ACEOF -#define STAP_PREFIX "$prefix" +#define STAP_PREFIX "$stap_prefix" _ACEOF |