forked from pool/spandsp
Jan Engelhardt
2cc8732f8b
OBS-URL: https://build.opensuse.org/package/show/network:telephony/spandsp?expand=0&rev=43
25 lines
811 B
Diff
25 lines
811 B
Diff
---
|
|
configure.ac | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
Index: spandsp-3.0.0.g15/configure.ac
|
|
===================================================================
|
|
--- spandsp-3.0.0.g15.orig/configure.ac
|
|
+++ spandsp-3.0.0.g15/configure.ac
|
|
@@ -350,6 +350,7 @@ gnu)
|
|
if test x"$ac_cv_gcc_unused_but_set_variable" = xyes ; then
|
|
COMP_VENDOR_CFLAGS="-Wunused-but-set-variable $COMP_VENDOR_CFLAGS"
|
|
fi
|
|
+if false; then
|
|
AX_CHECK_ARM_NEON([$host],
|
|
[AC_DEFINE([SPANDSP_USE_ARM_NEON], [1], [Use the ARM NEON instruction set])])
|
|
if test "$enable_neon" = "yes" ; then
|
|
@@ -382,6 +383,7 @@ gnu)
|
|
if test "$enable_mmx" = "yes" ; then
|
|
COMP_VENDOR_CFLAGS="-mmmx $COMP_VENDOR_CFLAGS"
|
|
fi
|
|
+fi
|
|
case $host_os in
|
|
cygwin*)
|
|
COMP_VENDOR_LDFLAGS="-no-undefined"
|