summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-01-27 16:21:09 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-01-27 16:21:09 +0100
commitd2ddb26cccd02063d2904a303194cb6009649d97 (patch)
tree8c08a4bffdae0b541992a6baac796645f0d8e0bb
parent9c881836d4dead995213b4863e055d32e7372a74 (diff)
downloadxine-lib-d2ddb26cccd02063d2904a303194cb6009649d97.tar.gz
xine-lib-d2ddb26cccd02063d2904a303194cb6009649d97.tar.bz2
Use AM_PROG_CC_C_O as needed by the xine-fontconv program.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8c6a8cffe..b40f7ae75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -156,6 +156,7 @@ dnl checks for programs
dnl -------------------
AC_PROG_CC
+AM_PROG_CC_C_O
AC_GNU_SOURCE
AC_ISC_POSIX