From ff8cdf9a389e732a602d89f38fe75ad197b7c6fb Mon Sep 17 00:00:00 2001 From: ivo Date: Wed, 4 Jun 2008 03:27:18 +0000 Subject: Build support for Haiku. Patch by scottmc at gmail. Closes #1371. git-svn-id: http://svn.xiph.org/trunk/ogg@14997 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- configure.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 33f19b9..19561a6 100644 --- a/configure.in +++ b/configure.in @@ -84,7 +84,7 @@ dnl Check for types AC_MSG_CHECKING(for int16_t) AC_CACHE_VAL(has_int16_t, [AC_TRY_RUN([ -#ifdef __BEOS__ +#if defined __BEOS__ && !defined __HAIKU__ #include #endif #include @@ -100,7 +100,7 @@ AC_MSG_RESULT($has_int16_t) AC_MSG_CHECKING(for int32_t) AC_CACHE_VAL(has_int32_t, [AC_TRY_RUN([ -#ifdef __BEOS__ +#if defined __BEOS__ && !defined __HAIKU__ #include #endif #include @@ -116,7 +116,7 @@ AC_MSG_RESULT($has_int32_t) AC_MSG_CHECKING(for uint32_t) AC_CACHE_VAL(has_uint32_t, [AC_TRY_RUN([ -#ifdef __BEOS__ +#if defined __BEOS__ && !defined __HAIKU__ #include #endif #include @@ -132,7 +132,7 @@ AC_MSG_RESULT($has_uint32_t) AC_MSG_CHECKING(for uint16_t) AC_CACHE_VAL(has_uint16_t, [AC_TRY_RUN([ -#ifdef __BEOS__ +#if defined __BEOS__ && !defined __HAIKU__ #include #endif #include @@ -148,7 +148,7 @@ AC_MSG_RESULT($has_uint16_t) AC_MSG_CHECKING(for u_int32_t) AC_CACHE_VAL(has_u_int32_t, [AC_TRY_RUN([ -#ifdef __BEOS__ +#if defined __BEOS__ && !defined __HAIKU__ #include #endif #include @@ -164,7 +164,7 @@ AC_MSG_RESULT($has_u_int32_t) AC_MSG_CHECKING(for u_int16_t) AC_CACHE_VAL(has_u_int16_t, [AC_TRY_RUN([ -#ifdef __BEOS__ +#if defined __BEOS__ && !defined __HAIKU__ #include #endif #include @@ -180,7 +180,7 @@ AC_MSG_RESULT($has_u_int16_t) AC_MSG_CHECKING(for int64_t) AC_CACHE_VAL(has_int64_t, [AC_TRY_RUN([ -#ifdef __BEOS__ +#if defined __BEOS__ && !defined __HAIKU__ #include #endif #include -- cgit v1.2.1