aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Kubecek <mkubecek@suse.cz>2023-06-05 00:09:33 +0200
committerMichal Kubecek <mkubecek@suse.cz>2023-06-05 00:09:33 +0200
commitdd8e3ae827371886fe73ece8ba749643a25224d0 (patch)
tree0280b51b9c1a5f90b297af03cb001b51dd336b79
parent43e4d308c1e5a2893facf8b4f097c68fda96e4b9 (diff)
downloadethtool-dd8e3ae827371886fe73ece8ba749643a25224d0.tar.gz
actually check for C11 compiler
Recently added check for C11 compiler only defined macro AX_CHECK_STDC with the check but did not use it so that no check was actually performed. Fixes: 31b7b5ec7edd ("Require a compiler with support for C11 features") Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 290b571..6420571 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,6 +22,7 @@ AC_DEFUN([AX_CHECK_STDC],
[AC_MSG_ERROR([$PACKAGE requires a C11 compiler])])
])
])
+AX_CHECK_STDC
dnl Checks for libraries.