From ef1a098d848fc5f183f209da134a7962eabac1b9 Mon Sep 17 00:00:00 2001 From: "leif%netscape.com" Date: Fri, 14 Aug 1998 21:45:39 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://10.0.0.236/trunk@8040 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/directory/perldap/Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/directory/perldap/Makefile.PL b/mozilla/directory/perldap/Makefile.PL index 18142c59c57..1d6c023b5a4 100644 --- a/mozilla/directory/perldap/Makefile.PL +++ b/mozilla/directory/perldap/Makefile.PL @@ -1,5 +1,5 @@ ############################################################################# -# $Id: Makefile.PL,v 1.12 1998-08-13 23:33:49 leif Exp $ +# $Id: Makefile.PL,v 1.13 1998-08-14 21:45:39 leif%netscape.com Exp $ # # The contents of this file are subject to the Mozilla Public License # Version 1.0 (the "License"); you may not use this file except in @@ -75,7 +75,7 @@ if ($ldapsdk_ver == "30") if (!$ldapsdk_ssl) { print "Include SSL Support (default: yes)? "; - chomp ($sslopt = <>); + chomp ($ldapsdk_ssl = <>); } if ($ldapsdk_ssl =~ /^n/i)