]> git.sur5r.net Git - openldap/commitdiff
s/==/=/ in sh equality tests
authorKurt Zeilenga <kurt@openldap.org>
Wed, 17 Nov 1999 02:18:04 +0000 (02:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 17 Nov 1999 02:18:04 +0000 (02:18 +0000)
configure.in

index 08759eb747d8975d02bca313f2b3904b5d3b4679..ad6f0ad50332918f7bf24dd2e3d84111d9596e88 100644 (file)
@@ -522,7 +522,7 @@ if test $ol_enable_perl != no ; then
 
        else
                PERL_CPPFLAGS="`$PERLBIN -MExtUtils::Embed -e ccopts`"
-               if test x"$ol_with_perl_module" == "xstatic" ; then
+               if test x"$ol_with_perl_module" = "xstatic" ; then
                        SLAPD_PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e s/-lc//`"
                else
                        MOD_PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e s/-lc//`"
@@ -1732,7 +1732,7 @@ if test $ol_enable_tcl != no ; then
                for lib in tcl tcl7.6 tcl8.0 tcl8.2 ; do
                        AC_CHECK_LIB($lib,main,
                          [have_tcl=yes
-                          if test x"$ol_with_tcl_module" == "xstatic" ; then
+                          if test x"$ol_with_tcl_module" = "xstatic" ; then
                               SLAPD_LIBS="$SLAPD_LIBS -l${lib}"
                           else
                               MOD_TCL_LIB="-l${lib}"