aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJere Leppänen <jere.leppanen@nokia.com>2022-08-22 15:16:04 +0300
committerMatias Elo <matias.elo@nokia.com>2022-09-09 10:24:07 +0300
commitab6071ad78158108def60bbeb30369bd4e90fc9e (patch)
tree9fdef29663a655287c88338be52381d5df71be48 /configure.ac
parent0a750e586b7b37df4507b645d3aab1de9285f35d (diff)
configure: remove unused user_cflags
The variable user_cflags is not used, remove it. Signed-off-by: Jere Leppänen <jere.leppanen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 1fd56f983..e33fa1ee3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,12 +42,6 @@ AC_SUBST(ODPH_VERSION_MINOR)
ODPH_VERSION=odph_version
AC_SUBST(ODPH_VERSION)
-##########################################################################
-# Test if user has set CFLAGS. Automake initializes CFLAGS to "-g -O2"
-# by default.
-##########################################################################
-AS_IF([test "$ac_cv_env_CFLAGS_set" = ""], [user_cflags=0], [user_cflags=1])
-
# Initialize automake
AM_INIT_AUTOMAKE([1.9 tar-pax subdir-objects foreign nostdinc -Wall -Werror])
AC_CONFIG_SRCDIR([include/odp/api/spec/init.h])