summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJack Moffitt <jack@xiph.org>2000-10-06 07:32:30 +0000
committerJack Moffitt <jack@xiph.org>2000-10-06 07:32:30 +0000
commita933dc19a96c2ecbddf6d38983d3f6d543fcc6a1 (patch)
treea4f2547bf67ca8b0d2c1aee081d7ad049eab528c /configure.in
parent73c61eb771f3b84549906ded88eb7a17d61f9e76 (diff)
downloadogg-a933dc19a96c2ecbddf6d38983d3f6d543fcc6a1.tar.gz
macintosh build fixes for ogg
os_types.h should be win32 and mac ready git-svn-id: http://svn.xiph.org/trunk/ogg@717 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5e69dff..b3692f7 100644
--- a/configure.in
+++ b/configure.in
@@ -227,4 +227,4 @@ AC_SUBST(PROFILE)
AC_SUBST(CC)
AC_SUBST(RANLIB)
-AC_OUTPUT(Makefile src/Makefile doc/Makefile include/Makefile include/ogg/Makefile include/ogg/os_types.h)
+AC_OUTPUT(Makefile src/Makefile doc/Makefile include/Makefile include/ogg/Makefile include/ogg/config_types.h)