From: Darren Tucker Date: Fri, 6 Nov 2020 02:55:33 +0000 (+1100) Subject: Move AC_PROG_CC_C99 to immediately afer AC_PROG_CC. X-Git-Tag: V_8_5_P1~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=771b7795c0ef6a2fb43b4c6c66b615c2085cb9cd;p=thirdparty%2Fopenssh-portable.git Move AC_PROG_CC_C99 to immediately afer AC_PROG_CC. This puts the related C version selection output in the same place. --- diff --git a/configure.ac b/configure.ac index 40977a1d0..d1dc651e3 100644 --- a/configure.ac +++ b/configure.ac @@ -20,15 +20,15 @@ AC_LANG([C]) AC_CONFIG_HEADERS([config.h]) AC_PROG_CC([cc gcc]) -AC_CANONICAL_HOST -AC_C_BIGENDIAN AC_PROG_CC_C99 - # XXX relax this after reimplementing logit() etc. if test "x$ac_cv_prog_cc_c99" = "xno" ; then AC_MSG_ERROR([*** OpenSSH requires a C99 capable compiler ***]) fi +AC_CANONICAL_HOST +AC_C_BIGENDIAN + # Checks for programs. AC_PROG_AWK AC_PROG_CPP