From ba853af2143b776700bb7ffd6a48ddda7f73d8da Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Sun, 25 Sep 2016 20:34:00 +0100 Subject: [PATCH] Remove unused LIBS/CFLAGS manipulation in configure.ac I removed everything from the middle of this section; it can die now. Signed-off-by: David Woodhouse --- configure.ac | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/configure.ac b/configure.ac index f437c76d..202cc9cb 100644 --- a/configure.ac +++ b/configure.ac @@ -936,16 +936,6 @@ AC_CHECK_HEADER([endian.h], [AC_CHECK_HEADER([sys/isa_defs.h], [AC_DEFINE([ENDIAN_HDR], [])])])]) -if test "$ssl_library" = "openssl" || test "$ssl_library" = "both"; then - oldLIBS="$LIBS" - LIBS="$LIBS $OPENSSL_LIBS" - oldCFLAGS="$CFLAGS" - CFLAGS="$CFLAGS $OPENSSL_CFLAGS" - - LIBS="$oldLIBS" - CFLAGS="$oldCFLAGS" -fi - build_www=yes AC_PATH_PROGS(PYTHON, [python2 python], [], $PATH:/bin:/usr/bin) if (test -n "${ac_cv_path_PYTHON}"); then -- 2.49.0