diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-03-09 12:24:32 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-03-09 12:32:31 +0200 |
commit | b04a27ad6fa1088cc6887ccadab3165c43dfab02 (patch) | |
tree | 68abc49feca6357acda2ed832a829145381a8ab0 /configure.ac | |
parent | a1a63373f99a50eb0db0d8474e36278541d7c5cc (diff) |
Revert "Add --with-prebuilt-openssl"
Building OpenSSL works fine for me now with a fresh Cygwin.
Change-Id: Ic824704746ab59324e7a533b6c5545b6f1aa59f6
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index 7b5cedd5696d..cd3d79a17837 100644 --- a/configure.ac +++ b/configure.ac @@ -1492,11 +1492,6 @@ AC_ARG_ENABLE(openssl, use only if you are hacking on it.]), ,enable_openssl=yes) -AC_ARG_WITH(prebuilt-openssl, - AS_HELP_STRING([--with-prebuilt-openssl], - [Don't build OpenSSL but use prebuilt binaries. Only for use on Windows, when you can't build it, - thanks to the Cygwin fork() problem when running the Perl disaster in OpenSSL's build system.])) - AC_ARG_ENABLE(library-bin-tar, AS_HELP_STRING([--enable-library-bin-tar], [Enable the building and reused of tarball of binary build for some 'external' libraries. @@ -9022,10 +9017,6 @@ if test "$with_system_nss" = "yes"; then libo_MINGW_CHECK_DLL([ssl3]) fi -if test $_os = WINNT -a -z "$ENABLE_RELEASE_BUILD" -a "$with_prebuilt_openssl" = yes; then - BUILD_TYPE="$BUILD_TYPE PREBUILT_OPENSSL" -fi - dnl =================================================================== dnl Check for system sane dnl =================================================================== |