Changeset 2539

Show
Ignore:
Timestamp:
07/16/08 15:50:48 (3 months ago)
Author:
sam
Message:
  • Fix bad AM_CONDITIONAL location: it must be in the default code path.
Files:
1 modified

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