mirror of https://github.com/MidnightCommander/mc
Ticket #1981: configure.ac: add AM_PROG_CC_C_O as we use compiler, that accepts '-c' and '-o' options
src/consaver/Makefile.am:5: compiling `cons.saver.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru> Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
e2db88810b
commit
81b644df8a
|
@ -22,6 +22,7 @@ AC_PROG_LIBTOOL
|
||||||
AC_ISC_POSIX
|
AC_ISC_POSIX
|
||||||
|
|
||||||
AC_PROG_CC_STDC
|
AC_PROG_CC_STDC
|
||||||
|
AM_PROG_CC_C_O
|
||||||
|
|
||||||
dnl Doxygen
|
dnl Doxygen
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue