From 9693089c88a1d7731c0633c7c0517cf4f9c28ae2 Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 6 Feb 2015 04:01:31 +0000 Subject: Mark modules pulling in external deps (zlib, boost, etc) as such, and notify the user when they are enabled. Drop botan-config, replaced by `botan config` command added in 1.11.8 --- src/contrib/perl-xs/Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/contrib') diff --git a/src/contrib/perl-xs/Makefile.PL b/src/contrib/perl-xs/Makefile.PL index 5a3276aec..ab28bff1f 100644 --- a/src/contrib/perl-xs/Makefile.PL +++ b/src/contrib/perl-xs/Makefile.PL @@ -9,8 +9,8 @@ if ( $^O eq 'MSWin32' ) else { $cc = 'g++'; - $cflags = $Config::Config{ccflags} . ' -Wno-write-strings -fexceptions ' . qx( botan-config-1.11 --cflags ); - $libs = qx( botan-config --libs ); + $cflags = $Config::Config{ccflags} . ' -Wno-write-strings -fexceptions ' . qx( botan config --cflags ); + $libs = qx( botan config --libs ); } WriteMakefile( -- cgit v1.2.3