Blob Blame History Raw
--- Makefile.PL.orig	2013-02-18 10:30:44.565650068 +0200
+++ Makefile.PL	2013-02-18 13:42:50.608115000 +0200
@@ -19,7 +19,7 @@
 my $ans = 
   prompt("Do you want make tests ?(you will be prompted for server / \n".
 	   "worgroup / share / user / password to make read write access.",
-	   "yes");
+	   "no");
 if ($ans =~ /^y(es)?$/i) 
   {
     my $server = prompt("Server ?","localhost");
@@ -110,6 +110,7 @@
     push(@path, $_."/$ext") if !$defaultsDir->{$_};
   }
   foreach (keys %$defaultsDir) { push(@path, $_."/$ext"); }
+  push(@path, "/usr/include/samba-4.0");
   print "I search in: ",(join "\n", @path),"\n";
   return @path;
 }