From: David Woodhouse Date: Sun, 25 Sep 2016 19:34:00 +0000 (+0100) Subject: Remove unused LIBS/CFLAGS manipulation in configure.ac X-Git-Tag: v7.08~21 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ba853af2143b776700bb7ffd6a48ddda7f73d8da;p=users%2Fdwmw2%2Fopenconnect.git 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 --- 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