aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index f775f18..87a8a72 100755
--- a/configure
+++ b/configure
@@ -4,7 +4,11 @@
4# Copyright (c) 2007, 2009, 2012 Ramiro Polla 4# Copyright (c) 2007, 2009, 2012 Ramiro Polla
5# Copyright (c) 2014 Tiancheng "Timothy" Gu 5# Copyright (c) 2014 Tiancheng "Timothy" Gu
6# 6#
7# This build system is based in part on the FFmpeg configure script. 7# Differently from the rest of the dlfcn-win32 codebase that is licensed
8# under the MIT license, this configure script is based in part on the FFmpeg
9# configure script, and so it is licensed under the GNU Lesser General Public
10# License version 2.1 or later (LGPL v2.1+). A copy of the LGPL v2.1 license
11# is available at https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
8 12
9set_all(){ 13set_all(){
10 value=$1 14 value=$1