From 0918d07224f5939f74c4c9cb30365c0d5904e34f Mon Sep 17 00:00:00 2001 From: paul.betafive@gmail.com Date: Mon, 05 Aug 2013 15:36:25 -0400 Subject: sha256: Switch to GPLv2+ code There's no need to use a GPLv3+ licensed sha256 implementation when a GPLv2+ licensed implementation exists in coreutils-6.9. Signed-off-by: Paul Barker git-svn-id: http://opkg.googlecode.com/svn/trunk@652 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7b38116..fb38df7 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([shave]) AM_INIT_AUTOMAKE -AC_CONFIG_HEADERS(libopkg/config.h) +AC_CONFIG_HEADERS(config.h) AC_CANONICAL_HOST AC_GNU_SOURCE @@ -66,7 +66,7 @@ fi # check for sha256 AC_ARG_ENABLE(sha256, AC_HELP_STRING([--enable-sha256], [Enable sha256sum check - (sha256.{c,h} are GPLv3 licensed) [[default=no]] ]), + [[default=no]] ]), [want_sha256="$enableval"], [want_sha256="no"]) if test "x$want_sha256" = "xyes"; then -- cgit v0.9.1