From 08399150deb3d658b453262ff03cc41597e4f59e Mon Sep 17 00:00:00 2001 From: Michael Schloh von Bennewitz Date: Fri, 28 Nov 2003 13:53:16 +0000 Subject: [PATCH] Remove redundant conditional for mod_auth_ldap --- apache/apache.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/apache/apache.spec b/apache/apache.spec index 00ebe1a630..a139036265 100644 --- a/apache/apache.spec +++ b/apache/apache.spec @@ -874,14 +874,12 @@ AutoReqProv: no cflags="$cflags %{l_cppflags}" ldflags="$ldflags %{l_ldflags}" libs="$libs -lldap -llber -lssl -lcrypto" -%if "%{with_mod_auth_ldap}" == "yes" case "%{l_platform -t}" in *-sunos* ) libs="$libs -lresolv" ;; esac %endif -%endif %if "%{with_gdbm_ndbm}" == "yes" cflags="$cflags %{l_cppflags}" ldflags="$ldflags %{l_ldflags}"