[113877] trunk/base/aclocal.m4

cal at macports.org cal at macports.org
Sun Nov 24 15:52:11 PST 2013


Revision: 113877
          https://trac.macports.org/changeset/113877
Author:   cal at macports.org
Date:     2013-11-24 15:52:11 -0800 (Sun, 24 Nov 2013)
Log Message:
-----------
aclocal: only define HAVE_TRACEMODE_SUPPORT if trace mode is supported, don't define it to 0 if it isn't, #41524

Modified Paths:
--------------
    trunk/base/aclocal.m4

Modified: trunk/base/aclocal.m4
===================================================================
--- trunk/base/aclocal.m4	2013-11-24 23:10:40 UTC (rev 113876)
+++ trunk/base/aclocal.m4	2013-11-24 23:52:11 UTC (rev 113877)
@@ -1222,11 +1222,11 @@
 			],[
 				AC_MSG_RESULT([yes])
 				TRACEMODE_SUPPORT=1
+				AC_DEFINE([HAVE_TRACEMODE_SUPPORT], [1], [Platform supports tracemode.])
 			],[
 				AC_MSG_RESULT([EV_RECEIPT not available, no])
 				TRACEMODE_SUPPORT=0
 			])
 		fi
         AC_SUBST(TRACEMODE_SUPPORT)
-		AC_DEFINE_UNQUOTED([HAVE_TRACEMODE_SUPPORT], [$TRACEMODE_SUPPORT], [Platform supports tracemode.])
 ])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131124/679eee42/attachment-0001.html>


More information about the macports-changes mailing list