about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-09-24 09:10:15 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-09-24 09:10:15 +0000
commit602cc2abe0397a0ad9309fc3306c3dc2b9300c91 (patch)
treeb8a6989d939ed735b3ebfed9e2744564cf0a9010 /configure.ac
parent7ff2b823a9906bec36479335a2170e70d27c4029 (diff)
downloadzsh-602cc2abe0397a0ad9309fc3306c3dc2b9300c91.tar.gz
zsh-602cc2abe0397a0ad9309fc3306c3dc2b9300c91.tar.xz
zsh-602cc2abe0397a0ad9309fc3306c3dc2b9300c91.zip
Rocky: 25734: typo
25739: warn about GPL in binary if libgdm is linked
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 7 insertions, 1 deletions
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