summaryrefslogtreecommitdiff
path: root/cmake/config.h.in
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2012-11-13 19:31:59 -0500
committerAlan Antonuk <alan.antonuk@gmail.com>2012-11-14 23:03:00 -0500
commiteb23f97aeb0f728adf6bc440966233b91cbda6d3 (patch)
tree9a11798c76974cb772006da2b3e5dbfccb8c625d /cmake/config.h.in
parentb28e7cd14556f974e79a170a2a0956707a10df6d (diff)
downloadrabbitmq-c-eb23f97aeb0f728adf6bc440966233b91cbda6d3.tar.gz
Refactor TestCInline.cmake script
Refactor TestCInline cmake script to save the inline keyword in the cmake cache so it won't get lost on a cmake reconfigure. Print status message of which inlining keyword was selected
Diffstat (limited to 'cmake/config.h.in')
-rw-r--r--cmake/config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/config.h.in b/cmake/config.h.in
index 91cdc0b..3e2d932 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -4,7 +4,7 @@
#define VERSION "${VERSION}"
#ifndef __cplusplus
-# define inline ${C_INLINE}
+# define inline ${C_INLINE_KEYWORD}
#endif
#endif /* CONFIG_H */