cscope/cscope-15.8-configure-in.patch
Petr Šabata 4809aed341 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/cscope#72bd7b5480e8c9cc400dcc3cbeb23e764367aa06
2020-10-14 23:22:33 +02:00

12 lines
340 B
Diff

diff -up ./configure.in.orig ./configure.in
--- ./configure.in.orig 2013-03-25 11:56:12.588450042 -0400
+++ ./configure.in 2013-03-25 11:56:19.723645454 -0400
@@ -14,6 +14,7 @@ dnl AC_CHECK_YACC
dnl Checks for programs.
AC_PROG_INSTALL
AC_PROG_CC
+AM_PROG_CC_C_O
AC_EXEEXT
AM_PROG_LEX
AM_CONDITIONAL(USING_LEX, test "x$LEX" = "xlex")