0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-16 08:58:20 +02:00

configure: Fix some AC_SUBST's.

This commit is contained in:
Jason Volk 2019-07-19 17:37:23 -07:00
parent 58b286e651
commit d004720fdd

View file

@ -55,8 +55,9 @@ dnl
AC_SUBST(CC)
AC_SUBST(CXX)
AC_SUBST(CXXFLAGS)
AC_SUBST(CPPFLAGS)
AC_SUBST(CXXFLAGS)
AC_SUBST(LD)
AC_SUBST(LDFLAGS)
AC_SUBST(LIBS)