configure.ac (cea60463) configure.ac (c4e9543b)
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

--- 3943 unchanged lines hidden (view full) ---

3952 AC_MSG_CHECKING([for $sdk_path])
3953 if test -d "$sdk_path"; then
3954 AC_MSG_RESULT([yes])
3955 else
3956 AC_MSG_ERROR([not found!])
3957 fi
3958
3959 MACOSX_SDK_PATH=$sdk_path
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

--- 3943 unchanged lines hidden (view full) ---

3952 AC_MSG_CHECKING([for $sdk_path])
3953 if test -d "$sdk_path"; then
3954 AC_MSG_RESULT([yes])
3955 else
3956 AC_MSG_ERROR([not found!])
3957 fi
3958
3959 MACOSX_SDK_PATH=$sdk_path
3960 SDKROOT=$sdk_path
3960 fi
3961
3962fi
3963AC_SUBST(MACOSX_DEPLOYMENT_TARGET)
3964AC_SUBST(MACOSX_SDK_PATH)
3961 fi
3962
3963fi
3964AC_SUBST(MACOSX_DEPLOYMENT_TARGET)
3965AC_SUBST(MACOSX_SDK_PATH)
3966AC_SUBST(SDKROOT)
3965
3966
3967dnl ===================================================================
3968dnl Check for system python
3969dnl ===================================================================
3970AC_MSG_CHECKING([which python to use])
3971if test "$_os" = "Darwin" && test "$with_system_python" != "no"; then
3972 with_system_python=yes

--- 3461 unchanged lines hidden ---
3967
3968
3969dnl ===================================================================
3970dnl Check for system python
3971dnl ===================================================================
3972AC_MSG_CHECKING([which python to use])
3973if test "$_os" = "Darwin" && test "$with_system_python" != "no"; then
3974 with_system_python=yes

--- 3461 unchanged lines hidden ---