From: Andrew Bartlett Date: Sun, 23 Sep 2012 03:57:44 +0000 (+1000) Subject: build: Remove unused IRIX and IRIX6 defines X-Git-Tag: talloc-2.0.8~200 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41b9cb32ce82a33b5dd8f5bd00d05ac0708a5a4d;p=thirdparty%2Fsamba.git build: Remove unused IRIX and IRIX6 defines --- diff --git a/source3/configure.in b/source3/configure.in index 06f6028dfc4..0490e8ce900 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