Skip to content

Commit

Permalink
MERGE: -c r61411,r61412,r61413 /branches/Platform-6.0 -> /branches/Pl…
Browse files Browse the repository at this point in the history
…atform-6.1

Add support for building on OS X Lion (10.7).

(lwdns: r61768)
  • Loading branch information
Keith Reynolds authored and gitsync committed Nov 4, 2011
1 parent 03e7618 commit 11484d8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions lwdns/configure.in
Expand Up @@ -156,8 +156,13 @@ case "$host_os:$host_cpu" in
;; ;;
darwin10.*:*) darwin10.*:*)
echo "Detected Mac OS X - Snow Leopard" echo "Detected Mac OS X - Snow Leopard"
AC_DEFINE([__LWI_DARWIN__], [], [Define if OS is Darwin - x64 Snow Leopard]) AC_DEFINE([__LWI_DARWIN__], [], [Define if OS is Darwin])
AC_DEFINE([__LWI_DARWIN_X64__], [], [Define if OS is Darwin - x64 Snow Leopard]) AC_DEFINE([__LWI_DARWIN_X64__], [], [Define if OS is Darwin x64])
;;
darwin11.*:*)
echo "Detected Mac OS X - Lion"
AC_DEFINE([__LWI_DARWIN__], [], [Define if OS is Darwin])
AC_DEFINE([__LWI_DARWIN_X64__], [], [Define if OS is Darwin x64])
;; ;;
aix*:*) aix*:*)
AC_DEFINE([__LWI_AIX__], [], [Define if OS is AIX]) AC_DEFINE([__LWI_AIX__], [], [Define if OS is AIX])
Expand Down

0 comments on commit 11484d8

Please sign in to comment.