Displaying 1 result from an estimated 1 matches for "op_win32".
Did you mean:
oe_win32
2013 May 08
1
[PATCH] opusfile configury fixes.
...libtool.
dnl Please update these for releases.
@@ -29,6 +28,10 @@
AC_SUBST(OP_LT_REVISION)
AC_SUBST(OP_LT_AGE)
+AC_CANONICAL_HOST
+AM_PROG_LIBTOOL
+AM_PROG_CC_C_O
+
CC_CHECK_CFLAGS_APPEND(
[-std=c89 -pedantic -Wall -Wextra -Wno-parentheses -Wno-long-long])
@@ -62,15 +65,15 @@
AM_COND_IF(OP_WIN32,
AS_IF([test "x$enable_http" != "xno"],
- AC_CHECK_HEADER([winsock2.h],,
+ AC_CHECK_HEADER([winsock2.h],[],
AC_MSG_WARN([HTTP support requires a Winsock socket library.])
- enable_http=no
+ enable_http=no, []
)
),
AS_IF([test "x$enable_h...