Skip to content

Commit

Permalink
Remove unused LIBS/CFLAGS manipulation in configure.ac
Browse files Browse the repository at this point in the history
I removed everything from the middle of this section; it can die now.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Sep 25, 2016
1 parent d329533 commit ba853af
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions configure.ac
Expand Up @@ -936,16 +936,6 @@ AC_CHECK_HEADER([endian.h],
[AC_CHECK_HEADER([sys/isa_defs.h],
[AC_DEFINE([ENDIAN_HDR], [<sys/isa_defs.h>])])])])

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
Expand Down

0 comments on commit ba853af

Please sign in to comment.