Skip to content
Snippets Groups Projects
Unverified Commit ec29ffd9 authored by Alexander Kochetkov's avatar Alexander Kochetkov Committed by Ralph Giles
Browse files

Fix typo with NE10 prefix


Prefix passed using '--with-NE10=PFX' not used as NE10 include path.

Signed-off-by: default avatarAlexander Kochetkov <al.kochet@gmail.com>
Signed-off-by: default avatarRalph Giles <giles@thaumas.net>
parent e2cdf9b9
No related branches found
No related tags found
No related merge requests found
......@@ -414,7 +414,7 @@ AC_DEFUN([OPUS_PATH_NE10],
NE10_CFLAGS="-I$NE10_includes"
elif test "x$NE10_prefix" = "xno" || test "x$NE10_prefix" = "xyes" ; then
NE10_CFLAGS=""
elif test "x$ogg_prefix" != "x" ; then
elif test "x$NE10_prefix" != "x" ; then
NE10_CFLAGS="-I$NE10_prefix/include"
elif test "x$prefix" != "xNONE"; then
NE10_CFLAGS="-I$prefix/include"
......
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