On 5/21/13 11:20 AM, Igor Galić wrote:

----- Original Message -----
Updated Branches:
   refs/heads/master a85c1fa9a -> cf01c1d27


TS-1896 Cleanup of unused defines, sometimes duplicated
[snip]
Commit: 9be0f6be66f8254140c0d2ce061b7a7b9388a0a6
Parents: a85c1fa
Author: Leif Hedstrom <[email protected]>
Authored: Wed May 15 09:14:39 2013 -0600
Committer: Leif Hedstrom <[email protected]>
http://git-wip-us.apache.org/repos/asf/trafficserver/blob/9be0f6be/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 482d299..3aa1410 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1147,24 +1147,6 @@ AC_SUBST([LIBDEMANGLE])
  AC_LANG_POP
  AC_SUBST(has_demangle)
-need_union_semun=0
-# It's stupid, but not all platforms have union semun, even those
that need it.
-AC_MSG_CHECKING(for union semun in sys/sem.h)
-AC_TRY_COMPILE([
...
which platforms are we now no longer supporting?

HPUX maybe? Not sure, the code never used "union semun" as far as I could tell. Maybe I missed something?

-- Leif

Reply via email to