Look for clang after cc and gcc.

This commit is contained in:
Darren Tucker 2021-09-29 20:00:30 +10:00
parent a3c6375555
commit 696aadc854
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ AC_CONFIG_SRCDIR([ssh.c])
AC_LANG([C])
AC_CONFIG_HEADERS([config.h])
AC_PROG_CC([cc gcc])
AC_PROG_CC([cc gcc clang])
# XXX relax this after reimplementing logit() etc.
AC_MSG_CHECKING([if $CC supports C99-style variadic macros])