aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorToni <matzeton@googlemail.com>2023-05-28 12:45:44 +0200
committerGitHub <noreply@github.com>2023-05-28 12:45:44 +0200
commit6da3474203fc2ff5981f6c73f7ad02fa81138166 (patch)
treebe8d74931f416143291ffaa1707cfa2f2103c82b /configure.ac
parentb11e6a453b0b870957663d214d9f1a0fdf49af90 (diff)
Improved helper scripts. (#1986)
* added additional (more restrictive) checks Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 57f83708c..ff4bae88f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,6 +87,8 @@ LT_LIB_M
PKG_PROG_PKG_CONFIG
AC_PROG_CC
+AC_PROG_CPP_WERROR
+AC_C_INLINE
SYSTEM=`uname -s`
if test $SYSTEM = "Darwin"; then