summaryrefslogtreecommitdiffstats
path: root/config.in
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-01-11 14:37:28 +0100
committerMark Wielaard <mjw@redhat.com>2009-01-11 14:39:08 +0100
commit50431f30cac19c57f53bdfe0fd138cdc2dcfa2f9 (patch)
treec8c1cdc75fdc1d03dd5f675207f9beab26d9a13a /config.in
parent1c1de83d57f78c7d3f38c1e40ebabf1a286c3b04 (diff)
downloadsystemtap-steved-50431f30cac19c57f53bdfe0fd138cdc2dcfa2f9.tar.gz
systemtap-steved-50431f30cac19c57f53bdfe0fd138cdc2dcfa2f9.tar.xz
systemtap-steved-50431f30cac19c57f53bdfe0fd138cdc2dcfa2f9.zip
Pick up --prefix dependency usage in config.h.
Diffstat (limited to 'config.in')
-rw-r--r--config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.in b/config.in
index 44b22917..74b5a738 100644
--- a/config.in
+++ b/config.in
@@ -75,6 +75,9 @@
/* Define to 1 if the C compiler supports function prototypes. */
#undef PROTOTYPES
+/* configure prefix location */
+#undef STAP_PREFIX
+
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS