summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-08 00:40:11 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-08 00:40:11 +0100
commit9043d0680a6e15ab0058e8cabc48610de50cc29a (patch)
treefbd816acdde66a385411120a44a1af9f479cdca5 /configure.ac
parent73c6bfed31352563e976fe5bac6e218c74f99e6a (diff)
downloadxine-lib-9043d0680a6e15ab0058e8cabc48610de50cc29a.tar.gz
xine-lib-9043d0680a6e15ab0058e8cabc48610de50cc29a.tar.bz2
Fix build issues on systems which need our internal asprintf.
config.h is now include/configure.h and no longer #includes os_internals.h. A new file, include/config.h, #includes both; this breaks a #include loop. Other files are updated accordingly.
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 c57677b72..68e307990 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,7 +100,7 @@ AC_CANONICAL_BUILD
test "$host" == "$build" && check_athlon=yes
-AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_HEADERS([include/configure.h])
dnl ---------------------------------------------
@@ -2141,9 +2141,6 @@ AC_CHECK_FUNC(opendir,
AC_MSG_ERROR([dirent is needed (opendir, readdir, ...)])
fi])
-AH_BOTTOM([/* include internal system specific header */
-#include "os_internal.h"])
-
dnl ---------------------------------------------
dnl cflags and debug cflags