Skip to content
Permalink
Browse files
Check for cc before gcc.
If cc is something other than gcc and is the system compiler prefer using
that, unless otherwise told via $CC.  ok djm@
  • Loading branch information
daztucker committed Jan 20, 2019
1 parent 9b655dc commit c90a792
Showing 1 changed file with 1 addition and 1 deletion.
@@ -19,7 +19,7 @@ AC_CONFIG_SRCDIR([ssh.c])
AC_LANG([C])

AC_CONFIG_HEADER([config.h])
AC_PROG_CC
AC_PROG_CC([cc gcc])
AC_CANONICAL_HOST
AC_C_BIGENDIAN

0 comments on commit c90a792

Please sign in to comment.