summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2003-10-14 00:37:02 +0000
committerNathan Scott <nathans@sgi.com>2003-10-14 00:37:02 +0000
commitc2914d3e67b40d94ab9df5bfe9aabebd0f9bd909 (patch)
tree9718967a18210e0c44b8afec2297108a5ef755be
parent28950405264dbb46f4095bc1a4a6bc8135560a0c (diff)
downloadattr-c2914d3e67b40d94ab9df5bfe9aabebd0f9bd909.tar.gz
Fix the check for the gnu/hurd platform slightly
-rw-r--r--include/builddefs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/builddefs.in b/include/builddefs.in
index 61f3048..af04236 100644
--- a/include/builddefs.in
+++ b/include/builddefs.in
@@ -84,7 +84,7 @@ ENABLE_SHARED = @enable_shared@
ENABLE_GETTEXT = @enable_gettext@
HAVE_ZIPPED_MANPAGES = @have_zipped_manpages@
-ifneq "$(findstring $(PKG_PLATFORM), linux gnuhurd)" ""
+ifneq "$(findstring $(PKG_PLATFORM), linux gnu)" ""
PCFLAGS = -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
endif