Source
62
62
dnl *** checks for structures ***
63
63
64
64
dnl *** checks for compiler characteristics ***
65
65
66
66
dnl *** checks for library functions ***
67
67
68
68
dnl *** checks for dependancy libraries ***
69
69
70
70
dnl *** set variables based on configure arguments ***
71
71
72
-
if test "$IPC_HEADERS" != "" ; then
73
-
if test "$cross_compiling" != "yes" ; then
74
-
AC_CHECK_FILES(["$IPC_HEADERS"],,[AC_MSG_ERROR(["$IPC_HEADERS" not found, Set path variable IPC_HEADERS])])
75
-
fi
76
-
AC_SUBST(IPC_HEADERS)
77
-
else
78
-
AC_MSG_ERROR([Set path variable IPC_HEADERS])
79
-
fi
72
+
#if test "$IPC_HEADERS" != "" ; then
73
+
# if test "$cross_compiling" != "yes" ; then
74
+
# AC_CHECK_FILES(["$IPC_HEADERS"],,[AC_MSG_ERROR(["$IPC_HEADERS" not found, Set path variable IPC_HEADERS])])
75
+
# fi
76
+
# AC_SUBST(IPC_HEADERS)
77
+
#else
78
+
# AC_MSG_ERROR([Set path variable IPC_HEADERS])
79
+
#fi
80
80
81
81
AC_CONFIG_FILES([
82
82
libdce.pc
83
83
Makefile
84
84
packages/codec_engine/Makefile
85
85
packages/ivahd_codecs/Makefile
86
86
packages/xdais/Makefile
87
87
packages/xdctools/Makefile
88
88
packages/framework_components/Makefile
89
89
])