configure.ac (974bb40a) configure.ac (0986a24c)
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

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

5013dnl ===================================================================
5014if test "$_os" = "Darwin" && test "$with_system_openssl" != "no"; then
5015 with_system_openssl=yes
5016fi
5017AC_MSG_CHECKING([which libssl to use])
5018if test -n "$with_system_openssl" -o -n "$with_system_libs" && \
5019 test "$with_system_openssl" != "no"; then
5020 AC_MSG_RESULT([external])
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

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

5013dnl ===================================================================
5014if test "$_os" = "Darwin" && test "$with_system_openssl" != "no"; then
5015 with_system_openssl=yes
5016fi
5017AC_MSG_CHECKING([which libssl to use])
5018if test -n "$with_system_openssl" -o -n "$with_system_libs" && \
5019 test "$with_system_openssl" != "no"; then
5020 AC_MSG_RESULT([external])
5021 # Mac OS builds should get out without extra stuff is the Mac porters'
5022 # wish. And pkg-config is although Xcode ships a .pc for openssl
5023 if test "$_os" = "Darwin" -o "$_os" = "FreeBSD"; then
5021 if test "$_os" = "FreeBSD"; then
5024 OPENSSL_CFLAGS=
5025 OPENSSL_LIBS="-lssl -lcrypto"
5026 else
5027 PKG_CHECK_MODULES( OPENSSL, openssl )
5028 fi
5029 SYSTEM_OPENSSL=YES
5030else
5031 AC_MSG_RESULT([internal])

--- 2352 unchanged lines hidden ---
5022 OPENSSL_CFLAGS=
5023 OPENSSL_LIBS="-lssl -lcrypto"
5024 else
5025 PKG_CHECK_MODULES( OPENSSL, openssl )
5026 fi
5027 SYSTEM_OPENSSL=YES
5028else
5029 AC_MSG_RESULT([internal])

--- 2352 unchanged lines hidden ---