Move AC_SUBST declaration for AM_CFLAGS with alike (#24771)

Just to reorder things properly in configure.ac.
This commit is contained in:
Benjamin Dauvergne 2018-07-24 12:37:50 +02:00
parent 150de26bff
commit 62d2f4bff7
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,6 @@ fi
AM_CONDITIONAL([DEBUGGING],[test "x$enable_debugging" = "xyes"])
AC_MSG_RESULT($enable_debugging)
AC_SUBST(DEBUGGING)
AC_SUBST(AM_CFLAGS)
dnl Profiling
AC_MSG_CHECKING(for profiling)
@ -767,6 +766,7 @@ AC_SUBST(LASSO_PUB_CFLAGS)
AC_SUBST(LASSO_DEFINES)
AC_SUBST(LASSO_APP_DEFINES)
AC_SUBST(CFLAGS)
AC_SUBST(AM_CFLAGS)
AC_SUBST(CPPFLAGS)
AC_SUBST(LDFLAGS)
AC_SUBST(CLASSPATH_JUNIT)