Skip to content

Commit

Permalink
Rebuild configure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent 1b9fcf5 commit 1055d45
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions configure
Expand Up @@ -722,8 +722,10 @@ hostname
basename
archivedir
working_dir
GNUTLS_LIBS_NONSHARED
GNUTLS_INC
GNUTLS_LIBS
OPENSSL_LIBS_NONSHARED
OPENSSL_INC
OPENSSL_LIBS
PYTHON_INC
Expand Down Expand Up @@ -23548,6 +23550,13 @@ if test "$have_openssl" = "no"; then
OPENSSL_INC=""
fi

if test x$use_libtool != xno; then
OPENSSL_LIBS_NONSHARED=""
else
OPENSSL_LIBS_NONSHARED="${OPENSSL_LIBS}"
fi





Expand Down Expand Up @@ -23672,6 +23681,13 @@ if test "$have_gnutls" = "no"; then
GNUTLS_INC=""
fi

if test x$use_libtool != xno; then
GNUTLS_LIBS_NONSHARED=""
else
GNUTLS_LIBS_NONSHARED="${GNUTLS_LIBS}"
fi





Expand Down

0 comments on commit 1055d45

Please sign in to comment.