]> Dogcows Code - chaz/yoink/blobdiff - configure.ac
removed alut dependency
[chaz/yoink] / configure.ac
index 0f46ef53253e2a542801618c61287d3943f8413e..d78c666b3d0182dc1bec5102bea2710fe9252505 100644 (file)
@@ -265,17 +265,14 @@ else
                                        echo "***** Missing libGLU ($website) *****"])
 fi
 
-##### openal, alut #####
+##### openal #####
 website="http://connect.creativelabs.com/openal/"
-AC_CHECK_HEADERS([AL/al.h AL/alut.h],,
+AC_CHECK_HEADERS([AL/al.h AL/alc.h],,
                                 [missing=yes
                                  echo "***** Missing OpenAL headers ($website) *****"])
-AC_SEARCH_LIBS([alEnable], [openal openal32],,
+AC_SEARCH_LIBS([alEnable], [openal OpenAL32],,
                           [missing=yes
                                echo "***** Missing libopenal ($website) *****"])
-AC_SEARCH_LIBS([alutInit], [alut],,
-                          [missing=yes
-                               echo "***** Missing libalut ($website) *****"])
 
 ##### SDL_image #####
 website="http://www.libsdl.org/projects/SDL_image/"
This page took 0.020153 seconds and 4 git commands to generate.