summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorerikd <erikd@xiph.org>2008-10-18 10:00:29 +0000
committererikd <erikd@xiph.org>2008-10-18 10:00:29 +0000
commita0b4849d08fc4edd9888e5b579b30eba46e5a878 (patch)
treeb3cb4fce5ffe42e11b6eacf1c41bdbce3bed3afe /configure.in
parent32499b98f4ef6ff81195fc715bf157890b33b48c (diff)
downloadogg-a0b4849d08fc4edd9888e5b579b30eba46e5a878.tar.gz
configure.in : Add AM_PROG_CC_C_O to prevent autogen.sh warning.
git-svn-id: http://svn.xiph.org/trunk/ogg@15410 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 19561a6..2957d76 100644
--- a/configure.in
+++ b/configure.in
@@ -16,6 +16,7 @@ AC_SUBST(LIB_AGE)
AC_PROG_CC
AM_PROG_LIBTOOL
+AM_PROG_CC_C_O
dnl config.h
AM_CONFIG_HEADER(config.h)