summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2009-07-11 03:37:59 +0200
committerGrigori Goronzy <greg@blackbox>2009-07-11 03:37:59 +0200
commitcdb60002be244cea09d1efb94db6367a09f95859 (patch)
tree66e805e568e20ff0f395cac63a5673348201bf55
parent9938df3a44d71ec214a70200749a99cfc33dd814 (diff)
downloadlibass-cdb60002be244cea09d1efb94db6367a09f95859.tar.bz2
libass-cdb60002be244cea09d1efb94db6367a09f95859.tar.xz
Add AM_PROG_CC_C_O to configure.ac
This basically silences a automake error/warning.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d3e0cae..4cc0d53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,7 @@ AC_CONFIG_HEADER([config.h])
# Checks for programs.
AC_PROG_CC
AC_PROG_CPP
+AM_PROG_CC_C_O
# Checks for libraries.
AC_SEARCH_LIBS([iconv_open], [iconv], AC_DEFINE(CONFIG_ICONV, 1, [use iconv]))