build: Remove unused define UNIXWARE
authorAndrew Bartlett <abartlet@samba.org>
Sun, 23 Sep 2012 04:37:24 +0000 (14:37 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 23 Sep 2012 06:33:02 +0000 (08:33 +0200)
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Sun Sep 23 08:33:02 CEST 2012 on sn-devel-104

source3/configure.in

index 0091efd73271ea0904564a332b3af6342e2b6288..89e813e414bb4d050a59c4ef226724ed518d2dce 100644 (file)
@@ -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"