summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-07-02 13:36:04 +0200
committerJim Meyering <meyering@redhat.com>2009-07-02 14:25:12 +0200
commit0bfadd6908aa9d6a15990541d61bc3cf8600e54b (patch)
tree41fa49347e22406f892609e8fcd9fb08b737cf83 /daemon
parent11d8dd84d475c89c7fff702e7f7ac5bf57971ac4 (diff)
downloadlibguestfs-0bfadd6908aa9d6a15990541d61bc3cf8600e54b.tar.gz
libguestfs-0bfadd6908aa9d6a15990541d61bc3cf8600e54b.tar.xz
libguestfs-0bfadd6908aa9d6a15990541d61bc3cf8600e54b.zip
avoid automake failure
* daemon/configure.ac: Use AM_PROG_CC_C_O, not AC_PROG_CC_C_O.
Diffstat (limited to 'daemon')
-rw-r--r--daemon/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/configure.ac b/daemon/configure.ac
index a91db6dd..6ecbb8a6 100644
--- a/daemon/configure.ac
+++ b/daemon/configure.ac
@@ -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],[