Changeset 50 for trunk/setup.cfg

Show
Ignore:
Timestamp:
02/19/06 03:31:27 (6 years ago)
Author:
xi
Message:

Commented the include_dirs and library_dirs. Instead add a hint to the error message.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/setup.cfg

    r49 r50  
    55 
    66# List of directories to search for 'syck.h' (separated by ':'). 
    7 include_dirs=/usr/local/include 
     7#include_dirs=/usr/local/include:../../include 
    88 
    99# List of directories to search for 'libsyck.a' (separated by ':'). 
    10 library_dirs=/usr/local/lib 
     10#library_dirs=/usr/local/lib:../../lib 
    1111