From 50431f30cac19c57f53bdfe0fd138cdc2dcfa2f9 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sun, 11 Jan 2009 14:37:28 +0100 Subject: Pick up --prefix dependency usage in config.h. --- config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.in') 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 -- cgit