diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2022-10-29 10:34:58 +0200 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2022-10-29 10:34:58 +0200 |
commit | be89d3952695df8feb2af12db313f2254e9da771 (patch) | |
tree | 068e0bc284fe4cccf0a33027a1918adb73ab9c9a | |
parent | 9a6bd9b4cb25405982951b0599dd51740cd9524d (diff) | |
download | tcp-be89d3952695df8feb2af12db313f2254e9da771.tar.gz |
Replace obsolete AC_PROG_CC_C99 with AC_PROG_CC
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c18a09d..f3b9ee5 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([server.c]) AC_CONFIG_HEADERS([config.h]) # Checks for programs. -AC_PROG_CC_C99 +AC_PROG_CC AC_USE_SYSTEM_EXTENSIONS # Checks for libraries. |