diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-01-11 14:37:28 +0100 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-01-11 14:39:08 +0100 |
commit | 50431f30cac19c57f53bdfe0fd138cdc2dcfa2f9 (patch) | |
tree | c8c1cdc75fdc1d03dd5f675207f9beab26d9a13a /config.in | |
parent | 1c1de83d57f78c7d3f38c1e40ebabf1a286c3b04 (diff) | |
download | systemtap-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.in | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |