Procházet zdrojové kódy

Explicitly link with -lGLU because freeglut may not provide it. Fixes #61.

tags/v0.99.beta17
Sam Hocevar sam před 15 roky
rodič
revize
ff266e22d1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac Zobrazit soubor

@@ -224,7 +224,7 @@ if test "${enable_gl}" != "no"; then
break])
if test "${ac_cv_my_have_gl}" = "yes"; then
AC_DEFINE(USE_GL, 1, Define to 1 to activate the OpenGL backend driver)
GL_LIBS="${GL_LIBS} -lGL -lglut"
GL_LIBS="${GL_LIBS} -lGL -lGLU -lglut"
CACA_DRIVERS="${CACA_DRIVERS} gl"
elif test "${enable_gl}" = "yes"; then
AC_MSG_ERROR([cannot find OpenGL+FreeGLUT development files])


Načítá se…
Zrušit
Uložit