27 lines
491 B
Diff
27 lines
491 B
Diff
|
--- lib-src/libsndfile/acinclude.m4
|
||
|
+++ lib-src/libsndfile/acinclude.m4
|
||
|
@@ -254,7 +254,6 @@
|
||
|
fi
|
||
|
|
||
|
)
|
||
|
-]
|
||
|
|
||
|
if test $ac_cv_c_byte_order = big ; then
|
||
|
ac_cv_c_big_endian=1
|
||
|
@@ -273,6 +272,7 @@
|
||
|
AC_MSG_WARN([[*****************************************************************]])
|
||
|
fi
|
||
|
|
||
|
+]
|
||
|
)# AC_C_FIND_ENDIAN
|
||
|
|
||
|
|
||
|
--- lib-src/soundtouch/Makefile.am
|
||
|
+++ lib-src/soundtouch/Makefile.am
|
||
|
@@ -66,5 +66,4 @@
|
||
|
|
||
|
|
||
|
# flag to aclocal where to find m4 macros for tests
|
||
|
-ACLOCAL_AMFLAGS = -I config/m4
|
||
|
|