Changeset 2957


Ignore:
Timestamp:
10/17/08 01:15:43 (5 years ago)
Author:
sam
Message:

Fix the gmcs detection in configure.ac that was incorrectly causing
ThePimp? to be built when gmcs wasn't there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/configure.ac

    r2937 r2957  
    172172# Build pipi-sharp? 
    173173AC_PATH_PROG(GMCS, gmcs, no) 
    174 AM_CONDITIONAL(USE_CSHARP, test "${gmcs}" != "no") 
     174AM_CONDITIONAL(USE_CSHARP, test "${GMCS}" != "no") 
    175175 
    176176# Build The Pimp? 
Note: See TracChangeset for help on using the changeset viewer.