diff options
author | Nick Clifton <nickc@redhat.com> | 2021-05-04 13:40:34 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-05-04 13:40:34 +0100 |
commit | a8d6316b67d52eaa1b7b311084ddff71a66f7cc0 (patch) | |
tree | 2849632fe4169637901235bc9a6f0d3ad5275183 /configure.ac | |
parent | aa0fca163e1736e158fd3922cbbc31b85c9c7df7 (diff) | |
download | gdb-a8d6316b67d52eaa1b7b311084ddff71a66f7cc0.zip gdb-a8d6316b67d52eaa1b7b311084ddff71a66f7cc0.tar.gz gdb-a8d6316b67d52eaa1b7b311084ddff71a66f7cc0.tar.bz2 |
Replace AC_PROG_CC with AC_PROG_CC_C99 in top level configure file.
2021-05-04 Nick Clifton <nickc@redhat.com>
* configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
* configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a721316..59b4194 100644 --- a/configure.ac +++ b/configure.ac @@ -1278,7 +1278,7 @@ else WINDMC_FOR_BUILD="\$(WINDMC)" fi -AC_PROG_CC +AC_PROG_CC_C99 AC_PROG_CXX # We must set the default linker to the linker used by gcc for the correct |