summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index fc158a04c7..a94f7d9e86 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1054,6 +1054,7 @@ if test "$enable_shared" = "yes"; then
AC_DEFINE(BROKEN_GETGRNAM,1,[Does getgrnam work correctly])
;;
*irix*) AC_DEFINE(IRIX,1,[Whether the host os is irix])
+ AC_DEFINE(SYSV, 1, [Whether to enable System V compatibility])
case "$host_os" in
*irix6*) AC_DEFINE(IRIX6,1,[Whether the host os is irix6])
;;