Changeset 2494


Ignore:
Timestamp:
06/27/08 20:50:21 (5 years ago)
Author:
jylam
Message:
  • Define _GNU_SOURCE to enable getsid() as a GNU extention to *libc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/configure.ac

    r2492 r2494  
    5353fi 
    5454 
     55 
     56AC_DEFINE(_GNU_SOURCE, 1, [Use GNU extentions]) 
     57 
    5558# Optimizations 
    5659CFLAGS="${CFLAGS} -g -O2 -fno-strength-reduce -fomit-frame-pointer" 
Note: See TracChangeset for help on using the changeset viewer.