summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-09-23 14:37:24 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-09-23 08:33:02 +0200
commit8e5f30c830c23d8223c38e34669f069e44fee64b (patch)
tree144f1d028959e69c7aba33dadb82b676a46a087e
parentffb3f2a19f4780e45ea0b95520aeb73c20893c44 (diff)
downloadsamba-8e5f30c830c23d8223c38e34669f069e44fee64b.tar.gz
samba-8e5f30c830c23d8223c38e34669f069e44fee64b.tar.bz2
samba-8e5f30c830c23d8223c38e34669f069e44fee64b.zip
build: Remove unused define UNIXWARE
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sun Sep 23 08:33:02 CEST 2012 on sn-devel-104
-rw-r--r--source3/configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 0091efd732..89e813e414 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1479,8 +1479,7 @@ DSO_EXPORTS=""
;;
*sco*) AC_DEFINE(STAT_ST_BLOCKSIZE,512)
;;
- *unixware*) AC_DEFINE(UNIXWARE,1,[Whether the host os is unixware])
- BLDSHARED="true"
+ *unixware*) BLDSHARED="true"
LDSHFLAGS="-shared"
SONAMEFLAG="-Wl,-soname,"
PICFLAG="-KPIC"