From 4b2a7a92c7942fde54acd85916069d1b7d02aabe Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sat, 22 Apr 2006 20:12:39 +0000 Subject: [PATCH] Change default search path for SDL_sound. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2613 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 00cc1f8b..119c00b4 100644 --- a/configure.in +++ b/configure.in @@ -254,7 +254,7 @@ else fi AH_TEMPLATE(C_SDL_SOUND,[Define to 1 to enable SDL_sound support]) -AC_CHECK_HEADER(SDL/SDL_sound.h,have_SDL_sound_h=yes,) +AC_CHECK_HEADER(SDL_sound.h,have_SDL_sound_h=yes,) AC_CHECK_LIB(SDL_sound, Sound_Init, have_SDL_sound_init=yes,,) AC_CHECK_LIB(SDL_sound, Sound_Seek, have_SDL_sound_seek=yes,,) if test x$have_SDL_sound_h = xyes -a x$have_SDL_sound_init = xyes ; then