From 41b9cb32ce82a33b5dd8f5bd00d05ac0708a5a4d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 23 Sep 2012 13:57:44 +1000 Subject: build: Remove unused IRIX and IRIX6 defines --- source3/configure.in | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index 06f6028dfc..0490e8ce90 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1390,12 +1390,7 @@ DSO_EXPORTS="" AC_DEFINE(STAT_ST_BLOCKSIZE,512,[The size of a block]) AC_DEFINE(BROKEN_GETGRNAM,1,[Does getgrnam work correctly]) ;; - *irix*) AC_DEFINE(IRIX,1,[Whether the host os is irix]) - case "$host_os" in - *irix6*) AC_DEFINE(IRIX6,1,[Whether the host os is irix6]) - ;; - esac - BLDSHARED="true" + *irix*) BLDSHARED="true" LDSHFLAGS="-Wl,-set_version,sgi1.0 -shared" SONAMEFLAG="-Wl,-soname," if test "${GCC}" = "yes"; then -- cgit