aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Sottile <matt@galois.com>2014-03-21 13:33:43 -0700
committerGravatar Matthew Sottile <matt@galois.com>2014-03-21 13:33:43 -0700
commitca03d49804495eec335f4b23619b039e991e207b (patch)
treecde32ef8f615af6b762d9d96046e21768723d4f1
parent904f9af6f67b0d0269cd193440aa080896388875 (diff)
added line to make autoconf happy on fedora 20
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d5a062f..38c5ec8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,6 +41,7 @@ AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])
AC_PROG_CC
AC_PROG_CC_C99
+AM_PROG_CC_C_O
# Automake 1.12 seems to require this, but automake 1.11 doesn't recognize it.
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
LT_INIT