build: Remove unused IRIX and IRIX6 defines
authorAndrew Bartlett <abartlet@samba.org>
Sun, 23 Sep 2012 03:57:44 +0000 (13:57 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 23 Sep 2012 04:31:01 +0000 (14:31 +1000)
source3/configure.in

index 06f6028dfc4d75ddf4095faf6a135430b339afa0..0490e8ce90069e0ac7d6b7d011076baa705baf44 100644 (file)
@@ -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