mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
avoid automake failure
* daemon/configure.ac: Use AM_PROG_CC_C_O, not AC_PROG_CC_C_O.
This commit is contained in:
@@ -44,7 +44,7 @@ AC_PROG_CPP
|
||||
AC_C_PROTOTYPES
|
||||
test "x$U" != "x" && AC_MSG_ERROR([Compiler not ANSI compliant])
|
||||
|
||||
AC_PROG_CC_C_O
|
||||
AM_PROG_CC_C_O
|
||||
|
||||
dnl Check for Augeas (now optional).
|
||||
AC_CHECK_LIB([augeas],[aug_match],[
|
||||
|
||||
Reference in New Issue
Block a user