From 602cc2abe0397a0ad9309fc3306c3dc2b9300c91 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 24 Sep 2008 09:10:15 +0000 Subject: Rocky: 25734: typo 25739: warn about GPL in binary if libgdm is linked --- configure.ac | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 36f42d31c..d2efbb1d8 100644 --- a/configure.ac +++ b/configure.ac @@ -2934,4 +2934,10 @@ fi echo "See config.modules for installed modules and functions. " - +case x$LIBS in + (*-lgdbm*) + echo "WARNING: zsh has been linked against libgdbm. +This means the binary is covered by the GNU General Public License. +This does not affect the source code." + ;; +esac -- cgit 1.4.1