Pārlūkot izejas kodu

* Fix bad AM_CONDITIONAL location: it must be in the default code path.

tags/v0.99.beta14
Sam Hocevar sam pirms 16 gadiem
vecāks
revīzija
087605fc9e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac Parādīt failu

@@ -218,8 +218,8 @@ if test "${enable_gl}" != "no"; then
AC_MSG_ERROR([cannot find OpenGL+FreeGLUT development files])
fi
PKG_CHECK_MODULES(FTGL, ftgl >= 2.1.3, [FTGL="yes"], [FTGL="no"])
AM_CONDITIONAL(USE_FTGL, test "${FTGL}" = "yes")
fi
AM_CONDITIONAL(USE_FTGL, test "${FTGL}" = "yes")

if test "${enable_cocoa}" != "no"; then
ac_cv_my_have_cocoa="no"


Notiek ielāde…
Atcelt
Saglabāt