From ed3f38340745e4c26a09a07b0582e27c1126c4de Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sat, 7 Dec 2013 19:07:17 -0500 Subject: [PATCH] Remove obsolescent macro AM_PROG_CC_C_O No longer necessary since automake-1.14 --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 05a7974..91d8c2b 100644 --- a/configure.ac +++ b/configure.ac @@ -13,9 +13,6 @@ dnl Testing the C compiler. AC_PROG_CC AC_LANG_C -dnl For per-target flags -AM_PROG_CC_C_O - dnl Checking for typedefs, structures, and compiler characteristics. AC_C_CONST AC_TYPE_PID_T -- 2.20.1