summaryrefslogtreecommitdiff
path: root/devel/p5-Inline-CPP/files/patch-Makefile.PL
blob: d8904278d7277ef3dfc2eac9c3777d7a151b4fe1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- Makefile.PL.orig	2019-04-02 14:50:25 UTC
+++ Makefile.PL
@@ -22,11 +22,6 @@ my $guess = ExtUtils::CppGuess->new;
 my @info = map $guess->$_,
   qw(compiler_command linker_flags iostream_fname cpp_flavor_defs);
 
-$info[0] = prompt("What C++ compiler would you like to use?", $info[0]);
-
-$info[1]
-  = prompt("What default libraries would you like to include?", $info[1]);
-
 configure_distribution(@info);
 
 WriteMakefile(