----- 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?
> -#include <sys/types.h> > -#include <sys/ipc.h> > -#include <sys/sem.h> > -],[ > -union semun arg; > -semctl(0, 0, 0, arg); > -], [union_semun=yes] > -msg=yes, [ > -need_union_semun="1" > -msg=no ] ) > -AC_MSG_RESULT([$msg]) > - > -AC_SUBST(need_union_semun) > - > AC_MSG_CHECKING(for 128bit CAS support) > AC_LANG_PUSH([C++]) > -- Igor Galić Tel: +43 (0) 664 886 22 883 Mail: [email protected] URL: http://brainsware.org/ GPG: 6880 4155 74BD FD7C B515 2EA5 4B1D 9E08 A097 C9AE
