Skip to content

Commit

Permalink
configure: unconditionally check for AS
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos committed Oct 15, 2024
1 parent a48be0b commit 90856ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ AM_INIT_AUTOMAKE([-Wall color-tests])
AC_PROG_INSTALL
AC_PROG_MAKE_SET
AC_PROG_CC
AM_PROG_AS

AC_CHECK_HEADERS([getopt.h io.h])
AC_CHECK_FUNCS([getopt_long asprintf strndup stat _commit _setmode isatty fsync mmap CreateFileMappingA])
Expand All @@ -38,7 +39,6 @@ AC_ARG_ENABLE([aarch64], [AS_HELP_STRING([--enable-aarch64], [Enable aarch64 pla
if test "x$enable_aarch64" = "xyes"; then
AC_DEFINE([XPAR_AARCH64], [1], [Enable aarch64 platform specific code.])
AM_CONDITIONAL([XPAR_AARCH64], [true])
AM_PROG_AS
else
AM_CONDITIONAL([XPAR_AARCH64], [false])
fi
Expand Down

0 comments on commit 90856ca

Please sign in to comment.