Skip to content

Commit

Permalink
added AM_PROG_CC_C_O to keep older automake's happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosborn committed Sep 17, 2014
1 parent cbaaf28 commit d829be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -3620,6 +3620,7 @@ fi
# Check whether --with-qmp-comms-type was given.
if test "${with_qmp_comms_type+set}" = set; then :
withval=$with_qmp_comms_type; case "${with_qmp_comms_type}" in
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ AC_PROG_CC(c99 cc gcc)
AC_ISC_POSIX
AC_PROG_RANLIB
AC_CHECK_TOOL(AR, ar, [ar])
AM_PROG_CC_C_O

dnl George Fleming, 12/12/2002
dnl
Expand Down

0 comments on commit d829be7

Please sign in to comment.