diff --git a/configure.ac b/configure.ac index 1d91c29b6fdb..feb608948441 100644 --- a/configure.ac +++ b/configure.ac @@ -2734,7 +2734,7 @@ if test "$_os" = "Darwin"; then AC_MSG_CHECKING([whether to do code signing]) - if test \( -z "$enable_macosx_code_signing" -o "$enable_macosx_code_signing" = yes \) -a $MACOSX_SDK_VERSION -ge 1070; then + if test -z "$enable_macosx_code_signing" -o "$enable_macosx_code_signing" = yes; then # By default use the first suitable certificate (?). # http://stackoverflow.com/questions/13196291/difference-between-mac-developer-and-3rd-party-mac-developer-application