From: Andrew Bartlett Date: Sun, 23 Sep 2012 04:37:24 +0000 (+1000) Subject: build: Remove unused define UNIXWARE X-Git-Tag: talloc-2.0.8~195 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e5f30c830c23d8223c38e34669f069e44fee64b;p=thirdparty%2Fsamba.git build: Remove unused define UNIXWARE Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Sun Sep 23 08:33:02 CEST 2012 on sn-devel-104 --- diff --git a/source3/configure.in b/source3/configure.in index 0091efd7327..89e813e414b 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"