]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed -lcma (added in 1.813), since one can't apparently mix old
authorStefan Neis <Stefan.Neis@t-online.de>
Sat, 8 Jan 2005 13:56:35 +0000 (13:56 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sat, 8 Jan 2005 13:56:35 +0000 (13:56 +0000)
        threads (-lcma, user land only) and new threads (-lpthread), see
        http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1741,00.html#faq-mix-threads
        (reported in patch #1096688 by M.J.Wetherell).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index 6e3a733bc4a71710115854d0797d3613609fdf79..b14e520d57e6aefbededb04633a7995cc6c317c7 100644 (file)
@@ -4174,10 +4174,6 @@ if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
                 if test "x$GCC" != "xyes"; then
                     dnl see http://docs.hp.com/hpux/onlinedocs/2213/threads.htm
                     flag="$flag -D_RWSTD_MULTI_THREAD"
-
-                    dnl we also need -lcma for user threads (-lpthread is for
-                    dnl kernel threads only) according to Ian Brown
-                    LIBS="$LIBS -lcma"
                 fi
                 ;;
             *solaris* | alpha*-osf*)