0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-18 10:53:48 +02:00

configure: Add AM_PROG_AS macro.

This commit is contained in:
Jason Volk 2019-10-06 00:14:22 -07:00
parent 1d1f04126b
commit d2dd638a8a

View file

@ -21,6 +21,7 @@ LT_INIT([dlopen shared disable-static])
LT_LANG([C++])
CXXFLAGS="-pipe"
AM_PROG_AS
AC_PROG_CXX
AC_PROG_CXX_C_O
AC_PROG_LIBTOOL