Add missing AM_PROG_CC_C_O to configure.ac.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 24 Sep 2015 15:08:29 +0000 (17:08 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 24 Sep 2015 15:08:29 +0000 (17:08 +0200)
configure.ac

index 41ddc6c..5cdd642 100644 (file)
@@ -18,6 +18,8 @@ AC_PROG_CC_C99
 AC_PROG_CPP
 AC_PROG_INSTALL
 
 AC_PROG_CPP
 AC_PROG_INSTALL
 
+AM_PROG_CC_C_O
+
 dnl Check and set OS
 
 AC_CANONICAL_HOST
 dnl Check and set OS
 
 AC_CANONICAL_HOST