aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2019-10-03 10:16:48 +0300
committerMatias Elo <matias.elo@nokia.com>2019-10-07 09:49:07 +0300
commitc0b92b4bd2e27117afbaa4622c80f4dff549b4b1 (patch)
tree879b2b3379297990590a1e36a0e8bc245664edd5 /configure.ac
parent18abf931651e3f21bc858efc2f1df50f24821611 (diff)
linux-gen: rename implementation internal autoheader defines
Rename implementation internal defines so that they stand out from the API defines. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e665c10c6..76e736c50 100644
--- a/configure.ac
+++ b/configure.ac
@@ -281,7 +281,7 @@ AS_IF([test "${with_platform}" = "linux-generic"],
[m4_include([./platform/linux-generic/m4/configure.m4])],
[AC_MSG_ERROR([UNSUPPORTED PLATFORM: ${with_platform}])])
-AC_DEFINE_UNQUOTED([ODP_IMPLEMENTATION_NAME], ["$ODP_IMPLEMENTATION_NAME"],
+AC_DEFINE_UNQUOTED([_ODP_IMPLEMENTATION_NAME], ["$ODP_IMPLEMENTATION_NAME"],
[Define to the name of the implementation])
AM_CONDITIONAL([ODP_USE_CONFIG], [test "x$odp_use_config" = "xtrue"])