summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-09-23 13:57:44 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-09-23 14:31:01 +1000
commit41b9cb32ce82a33b5dd8f5bd00d05ac0708a5a4d (patch)
tree63b76bc08c7a262b547d29fc7b797bd5c91a01df /source3
parent502135df9f0d839e75907260f5dcdab4052d995e (diff)
downloadsamba-41b9cb32ce82a33b5dd8f5bd00d05ac0708a5a4d.tar.gz
samba-41b9cb32ce82a33b5dd8f5bd00d05ac0708a5a4d.tar.bz2
samba-41b9cb32ce82a33b5dd8f5bd00d05ac0708a5a4d.zip
build: Remove unused IRIX and IRIX6 defines
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in7
1 files changed, 1 insertions, 6 deletions
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