X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=configure.ac;h=cc0e8be8c8f81a22ef3de62313f2ff6c6b20da78;hp=63f2034434e53fce1b191899511b865e1a25da68;hb=15cd32dc28e7fa5997d9850d7e10b889f69a7cae;hpb=838bc00015eb7f583c7cf4b3b1007697bf047da1 diff --git a/configure.ac b/configure.ac index 63f2034..cc0e8be 100644 --- a/configure.ac +++ b/configure.ac @@ -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.])])