Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config.c: fix accuracy of line number in errors
[gitweb.git]
/
config.mak.uname
diff --git
a/config.mak.uname
b/config.mak.uname
index 8131c81985d97c23d19c7ef489f0db988f6fbbc7..00cf4c6b832c19143bd7c8f8015f793f8142c548 100644
(file)
--- a/
config.mak.uname
+++ b/
config.mak.uname
@@
-34,6
+34,7
@@
ifeq ($(uname_S),Linux)
HAVE_PATHS_H = YesPlease
LIBC_CONTAINS_LIBINTL = YesPlease
HAVE_DEV_TTY = YesPlease
+ HAVE_CLOCK_GETTIME = YesPlease
endif
ifeq ($(uname_S),GNU/kFreeBSD)
HAVE_ALLOCA_H = YesPlease