summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2010-01-15 12:38:47 -0500
committerDave Brolley <brolley@redhat.com>2010-01-15 12:38:47 -0500
commit1c0843bd3c697cc6e025bf04279cf09647a680a4 (patch)
tree4e43803760aaecb669989c2362c2ce35733a1457 /configure
parentceeefadd6874e3d315669a87ec0d05a0ce1f7094 (diff)
parent2a1c9b5db533fe7d2d2d4bac572195c490de62fb (diff)
downloadsystemtap-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-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index e3e358a6..517a681a 100755
--- a/configure
+++ b/configure
@@ -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