diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-07-26 13:41:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-07-26 14:14:06 +0300 |
commit | cca02d9e984d1937f6d8597de0267ebf22ae6916 (patch) | |
tree | 5f899d6562f2fee98350351e4ccd463af09db035 /configure.ac | |
parent | e849f5d84a4bc35a241c2d1231b48c57c43ecce4 (diff) |
Move OS X sandbox flag to config_features.h
Change-Id: I189fa06d13a78bcaa8e17b32756076473ced3641
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9eb04ea4a61e..ade9c2655671 100644 --- a/configure.ac +++ b/configure.ac @@ -2742,6 +2742,7 @@ if test $_os = Darwin; then AC_MSG_ERROR([OS X sandboxing requires code signing]) elif test -n "$MACOSX_CODESIGNING_IDENTITY" -a "$enable_macosx_sandbox" = yes; then ENABLE_MACOSX_SANDBOX=YES + AC_DEFINE(HAVE_FEATURE_MACOSX_SANDBOX) AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) |