Navigation Menu

Skip to content

Commit

Permalink
qnx: Fixed configure script setting wrong variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jul 2, 2017
1 parent 200f782 commit e3497e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -2116,7 +2116,7 @@ CheckQNXAudio()
if test x$enable_audio = xyes; then
AC_DEFINE(SDL_AUDIO_DRIVER_QSA, 1, [ ])
SOURCES="$SOURCES $srcdir/src/audio/qsa/*.c"
have_video=yes
have_audio=yes
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lasound"
SUMMARY_audio="${SUMMARY_audio} qsa"
fi
Expand Down

0 comments on commit e3497e7

Please sign in to comment.