summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-05-04 11:01:17 +0000
committerWerner Koch <wk@gnupg.org>2007-05-04 11:01:17 +0000
commit602a5881840628b91183e44102603f9581d7aca1 (patch)
tree50c2fa96be781b3704ab1317879bde0def96d750 /Makefile.am
parent639c29542e9629db52c6687f38629d76964fafb4 (diff)
downloadlibgcrypt-602a5881840628b91183e44102603f9581d7aca1.tar.gz
Post release updates.
Allow colons as delimiters for --enable-mpi-path.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index a21418e2..d73eea2c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,12 +17,10 @@
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-all_ciphers=
-
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = dist-bzip2
DISTCHECK_CONFIGURE_FLAGS = --enable-random-daemon \
- --enable-ciphers="arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia"
+ --enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia
DIST_SUBDIRS = m4 mpi cipher src doc tests
SUBDIRS = mpi cipher src doc tests