Skip to content
Snippets Groups Projects
Verified Commit 80052fe3 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Fixes NE10 configure problem

As reported by agatx in https://trac.xiph.org/ticket/2291
parent b0949f11
No related branches found
No related tags found
No related merge requests found
......@@ -421,8 +421,8 @@ AC_DEFUN([OPUS_PATH_NE10],
fi
AC_MSG_CHECKING(for NE10)
save_CFLAGS="$CFLAGS"; CFLAGS="$NE10_CFLAGS"
save_LIBS="$LIBS"; LIBS="$NE10_LIBS $LIBM"
save_CFLAGS="$CFLAGS"; CFLAGS="$CFLAGS $NE10_CFLAGS"
save_LIBS="$LIBS"; LIBS="$LIBS $NE10_LIBS $LIBM"
AC_LINK_IFELSE(
[
AC_LANG_PROGRAM(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment