diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c249aef1..a5a48210 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -241,7 +241,9 @@ done | |||
241 | AS_IF([[test "x$inln_prfx" != "xnone"]], | 241 | AS_IF([[test "x$inln_prfx" != "xnone"]], |
242 | [ | 242 | [ |
243 | AC_DEFINE([INLINE_FUNC],[1],[Define to 1 if your C compiler supports inline functions.]) | 243 | AC_DEFINE([INLINE_FUNC],[1],[Define to 1 if your C compiler supports inline functions.]) |
244 | AC_DEFINE_UNQUOTED([_MHD_inline],[static $inln_prfx],[Define to prefix which will be used with MHD inline functions.]) | 244 | AC_DEFINE_UNQUOTED([_MHD_static_inline],[static $inln_prfx],[Define to prefix which will be used with MHD static inline functions.]) |
245 | ], [ | ||
246 | AC_DEFINE([_MHD_static_inline],[static],[Define to prefix which will be used with MHD static inline functions.]) | ||
245 | ]) | 247 | ]) |
246 | AC_MSG_RESULT([[$inln_prfx]]) | 248 | AC_MSG_RESULT([[$inln_prfx]]) |
247 | CFLAGS="$save_CFLAGS" | 249 | CFLAGS="$save_CFLAGS" |