X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=configure.ac;h=4aafa8126d55e5676bdb01b23546faa69dc5efec;hp=63f2034434e53fce1b191899511b865e1a25da68;hb=16d1a05b0777e97a45c48e2874aa4e5cc791282e;hpb=838bc00015eb7f583c7cf4b3b1007697bf047da1 diff --git a/configure.ac b/configure.ac index 63f2034..4aafa81 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.])]) @@ -153,9 +156,9 @@ AC_SUBST([DATA_FILES]) AC_CONFIG_FILES([Makefile data/Makefile - src/Makefile doc/Makefile doc/yoink.6 + src/Makefile yajl/Makefile]) AC_CONFIG_HEADERS([src/config.h])