diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2022-02-04 11:54:16 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2022-02-07 13:29:29 +1000 |
commit | 3fbab38f91a15fc5a4d877c47227df50607e965a (patch) | |
tree | 78532431ccec1e73390afeac52af74146ea01a5e /configure.ac | |
parent | 16b1c0b5e5cff6ae6f81638e95b0f83d3a1a4b5f (diff) | |
download | xf86-input-wacom-3fbab38f91a15fc5a4d877c47227df50607e965a.tar.gz |
configure.ac: require C99
Because it is... checks year... 2022 and c99 is not exactly modern
anymore anyway.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7b28dd7..01c8420 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,8 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip subdir-objects]) AM_MAINTAINER_MODE([enable]) AC_USE_SYSTEM_EXTENSIONS +AC_PROG_CC_STDC + # Initialize libtool AC_DISABLE_STATIC AC_PROG_LIBTOOL |