[28742] trunk/base/configure

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 8 02:55:27 PDT 2007


Revision: 28742
          http://trac.macosforge.org/projects/macports/changeset/28742
Author:   afb at macports.org
Date:     2007-09-08 02:55:26 -0700 (Sat, 08 Sep 2007)

Log Message:
-----------
missing autogen from r28111

Modified Paths:
--------------
    trunk/base/configure

Modified: trunk/base/configure
===================================================================
--- trunk/base/configure	2007-09-08 09:45:23 UTC (rev 28741)
+++ trunk/base/configure	2007-09-08 09:55:26 UTC (rev 28742)
@@ -1391,6 +1391,8 @@
                           install included Thread package.
   --with-included-sqlite3 build using bundled sqlite3 package
   --with-tcl-sqlite3=DIR  directory for Tcl sqlite3 (default /usr/lib/sqlite3)
+  --with-trace-sdk=SDK    SDK for redirection in trace lib (for example
+                          MacOSX10.4u.sdk)
 
 Some influential environment variables:
   CC          C compiler command
@@ -11615,6 +11617,18 @@
 
 
 
+
+
+
+# Check whether --with-trace-sdk was given.
+if test "${with_trace_sdk+set}" = set; then
+  withval=$with_trace_sdk; test -d /Developer/SDKs/$withval && cat >>confdefs.h <<_ACEOF
+#define TRACE_SDK "${withval}"
+_ACEOF
+
+fi
+
+
 # Allows building of shared libraries
 
     { echo "$as_me:$LINENO: checking how to build libraries" >&5

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070908/a509e6be/attachment.html


More information about the macports-changes mailing list