summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-08 01:40:48 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-08 01:40:48 +0100
commitfca22c4c40cadf529409cae24ed00eb84f3547bc (patch)
tree7779dba2e02107393b67a2b9a3f5553cb11cbedb /configure.ac
parent9a5c7569df986181a089c33fbd4eeae0122a512d (diff)
parent9043d0680a6e15ab0058e8cabc48610de50cc29a (diff)
downloadxine-lib-fca22c4c40cadf529409cae24ed00eb84f3547bc.tar.gz
xine-lib-fca22c4c40cadf529409cae24ed00eb84f3547bc.tar.bz2
Merge from 1.1.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 794da2895..3e6763d21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_INIT([xine-lib], XINE_VERSION_SPEC, [xine-bugs@lists.sourceforge.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/xine-engine/xine.c])
AC_CONFIG_LIBOBJ_DIR([lib])
-AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_HEADERS([include/configure.h])
AM_MAINTAINER_MODE
AH_TOP([#ifndef __XINE_LIB_CONFIG_H__
@@ -24,9 +24,6 @@ AH_BOTTOM([#ifdef ASMALIGN_1SLN
# define ASMALIGN(ZEROBITS) ".align 1<<" #ZEROBITS "\n\t"
#endif
-/* include internal system specific header */
-#include "os_internal.h"
-
#endif /* __XINE_LIB_CONFIG_H__ */
])