caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Philippe Strauss <philou@philou.ch>
To: caml-list@inria.fr
Subject: [Caml-list] nano configure patch for natdynlink support on OSX 10.7
Date: Fri, 5 Aug 2011 15:50:37 +0200	[thread overview]
Message-ID: <790A96E0-994B-4765-A72F-CE4BBB4B27C6@philou.ch> (raw)

--- configure.orig	2011-08-05 15:42:27.000000000 +0200
+++ configure	2011-08-05 15:41:52.000000000 +0200
@@ -620,7 +620,7 @@
    *-*-cygwin*)                  natdynlink=true;;
    i[3456]86-*-linux*)           natdynlink=true;;
    x86_64-*-linux*)              natdynlink=true;;
-    i[3456]86-*-darwin10.*)
+    i[3456]86-*-darwin1[01].*)
      if test $arch64 == true; then
        natdynlink=true
      fi;;

--8<--

Haven't tested natdynlink support on 10.7 yet, though.

regards.

             reply	other threads:[~2011-08-05 13:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-05 13:50 Philippe Strauss [this message]
2011-08-05 14:07 ` Philippe Strauss
2011-08-05 14:26   ` Philippe Strauss
     [not found]     ` <E147045C-3B56-4907-8918-6CC6746C4E0F@philou.ch>
2011-08-05 15:05       ` Philippe Strauss

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=790A96E0-994B-4765-A72F-CE4BBB4B27C6@philou.ch \
    --to=philou@philou.ch \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).