Changeset 2539 for libcaca


Ignore:
Timestamp:
Jul 16, 2008, 3:50:48 PM (15 years ago)
Author:
Sam Hocevar
Message:
  • Fix bad AM_CONDITIONAL location: it must be in the default code path.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/configure.ac

    r2535 r2539  
    219219  fi
    220220  PKG_CHECK_MODULES(FTGL, ftgl >= 2.1.3, [FTGL="yes"], [FTGL="no"])
    221   AM_CONDITIONAL(USE_FTGL, test "${FTGL}" = "yes")
    222 fi
     221fi
     222AM_CONDITIONAL(USE_FTGL, test "${FTGL}" = "yes")
    223223
    224224if test "${enable_cocoa}" != "no"; then
Note: See TracChangeset for help on using the changeset viewer.