aboutsummaryrefslogtreecommitdiffstats
path: root/USER
diff options
context:
space:
mode:
Diffstat (limited to 'USER')
-rw-r--r--USER/Makefile.PL1
1 files changed, 0 insertions, 1 deletions
diff --git a/USER/Makefile.PL b/USER/Makefile.PL
index 209af58..6058f77 100644
--- a/USER/Makefile.PL
+++ b/USER/Makefile.PL
@@ -5,7 +5,6 @@ $Verbose=1;
my $libs = "" . `pkg-config --libs libuser`;
chomp $libs;
$libs .= "-lpam_misc -lpam ";
-print "\n\n\n\nI need to link with «$libs»\n\n\n\n\n\n";
WriteMakefile(
'NAME' => 'USER',
'VERSION_FROM' => 'USER.pm',