diff options
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/configure.ac | 2 |
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],[ |