comparison configure @ 128:3a7d8d2f0585

modify configure for -lrt
author Naoya OYAMA <naoya.oyama@gmail.com>
date Tue, 05 Oct 2010 01:55:54 +0900
parents e413158cae13
children 4f6d9621ee00
comparison
equal deleted inserted replaced
127:5a380559a61e 128:3a7d8d2f0585
591 check_cflags -Wall 591 check_cflags -Wall
592 check_cflags -D_LARGEFILE_SOURCE 592 check_cflags -D_LARGEFILE_SOURCE
593 check_cflags -D_FILE_OFFSET_BITS=64 593 check_cflags -D_FILE_OFFSET_BITS=64
594 check_cflags -D_REENTRANT 594 check_cflags -D_REENTRANT
595 linux && add_cflags -D_GNU_SOURCE 595 linux && add_cflags -D_GNU_SOURCE
596 add_extralibs "-lrt"
596 597
597 ################################################# 598 #################################################
598 # check for debug symbols 599 # check for debug symbols
599 ################################################# 600 #################################################
600 if enabled debug; then 601 if enabled debug; then