# HG changeset patch # User Naoya OYAMA # Date 1286211354 -32400 # Node ID 3a7d8d2f0585f861def1d53b0db79ba3bccaac66 # Parent 5a380559a61e1284236843d7d284d82e64354182 modify configure for -lrt diff -r 5a380559a61e -r 3a7d8d2f0585 configure --- a/configure Tue Oct 05 01:42:59 2010 +0900 +++ b/configure Tue Oct 05 01:55:54 2010 +0900 @@ -593,6 +593,7 @@ check_cflags -D_FILE_OFFSET_BITS=64 check_cflags -D_REENTRANT linux && add_cflags -D_GNU_SOURCE +add_extralibs "-lrt" ################################################# # check for debug symbols