Changeset 1543

Show
Ignore:
Timestamp:
01/18/08 13:53:39 (22 months ago)
Author:
kraftche
Message:

don't add -I/usr/include to OCC_INC_FLAG : its in the default search path on every platform

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cgm/trunk/configure.in

    r1542 r1543  
    258258  else 
    259259    uname=`uname` 
    260     OCC_INC_FLAG="-I${occ_DIR}/ros/inc -I/usr/include" 
    261 # -I/usr/include/c++/4.2 -I/usr/include/c++/4.2/tr1" 
     260    OCC_INC_FLAG="-I${occ_DIR}/ros/inc" 
    262261    OCC_LIB_FLAG="-L${occ_DIR}/ros/${uname}/lib" 
    263262  fi