Skip to content

Commit

Permalink
fix bug in configure script fftw check used in sdl
Browse files Browse the repository at this point in the history
  • Loading branch information
karlstav committed Nov 5, 2022
1 parent 746a3b1 commit 440a54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ AC_CHECK_LIB(SDL2,SDL_Init, have_sdl=yes, have_sdl=no)
CPPFLAGS="$CPPFLAGS -DSDL"
fi
if [[ $have_fftw = "no" ]] ; then
if [[ $have_sdl = "no" ]] ; then
AC_MSG_NOTICE([INFO: building without sdl support])
fi
],
Expand Down

0 comments on commit 440a54d

Please sign in to comment.