mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 09:14:59 +02:00
Look for clang after cc and gcc.
This commit is contained in:
parent
a3c6375555
commit
696aadc854
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user