X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgc.m4;h=1f1e7780f7bd4717db1de07a48044c449c795e26;hb=7422b7ede18016dea87d207cbb7535428afba3ec;hp=b352e337ccc271bdb9a237fb631cbdc4ea18c7af;hpb=5d706a3590ab4b393e845a1d73787faaae48d408;p=gnulib.git diff --git a/m4/gc.m4 b/m4/gc.m4 index b352e337c..1f1e7780f 100644 --- a/m4/gc.m4 +++ b/m4/gc.m4 @@ -1,11 +1,12 @@ # gc.m4 serial 9 -dnl Copyright (C) 2005-2013 Free Software Foundation, Inc. +dnl Copyright (C) 2005-2014 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_GC], [ + AC_SUBST([LIB_CRYPTO]) AC_ARG_WITH([libgcrypt], AS_HELP_STRING([--with-libgcrypt], [use libgcrypt for low-level crypto]), libgcrypt=$withval, libgcrypt=no)