]> Dogcows Code - chaz/yoink/blobdiff - configure.ac
beginnings of scene rendering
[chaz/yoink] / configure.ac
index 63f2034434e53fce1b191899511b865e1a25da68..cc0e8be8c8f81a22ef3de62313f2ff6c6b20da78 100644 (file)
@@ -101,6 +101,9 @@ AC_SEARCH_LIBS([IMG_Load], [SDL_image],,
 AC_SEARCH_LIBS([glBegin], [GL],,
                           [AC_MSG_ERROR([libGL is required])])
 
+AC_SEARCH_LIBS([gluPerspective], [GLU],,
+                          [AC_MSG_ERROR([libGLU is required])])
+
 AC_SEARCH_LIBS([clock_gettime], [rt],
                           [AC_DEFINE([HAVE_CLOCK_GETTIME], 1,
                                                  [Define to 1 if you have the 'clock_gettime' function.])])
This page took 0.021034 seconds and 4 git commands to generate.