update configure.rpm
authorAndrew Tridgell <tridge@samba.org>
Fri, 8 Aug 2008 09:57:57 +0000 (19:57 +1000)
committerMichael Adam <obnox@samba.org>
Wed, 13 Aug 2008 09:54:11 +0000 (11:54 +0200)
(This used to be commit ec8f3d75a22e7d2d7617ed33836836cd73610095)

packaging/RHEL-CTDB/configure.rpm

index a0bcf56654f49a0f1fe99128077565b79157c8ef..afff117bed8f0bc2770adcea50e185af52030ac3 100755 (executable)
@@ -8,7 +8,6 @@ case `uname -m` in
        ;;
 esac
 
-
 CFLAGS="-Wall -g -D_GNU_SOURCE" ./configure \
         --prefix=/usr \
         --localstatedir=/var \
@@ -21,23 +20,23 @@ CFLAGS="-Wall -g -D_GNU_SOURCE" ./configure \
         --with-privatedir=/etc/samba \
         --with-sambabook=/usr/share/swat/using_samba \
         --with-swatdir=/usr/share/swat \
-        --enable-cups \
+       --disable-cups \
         --with-acl-support \
-        --with-ads \
+       --with-ads \
         --with-automount \
         --with-fhs \
-        --with-pam_smbpass \
-        --with-libsmbclient \
-        --with-libsmbsharemodes \
+       --with-pam_smbpass \
+       --with-libsmbclient \
+       --with-libsmbsharemodes \
         --without-smbwrapper \
-        --with-pam \
-        --with-quotas \
-        --with-shared-modules=idmap_rid,idmap_ad,idmap_tdb2 \
-        --with-syslog \
-        --with-utmp \
-        --with-cluster-support \
-        --with-ctdb=/usr/include \
-        --without-ldb \
-        --with-dnsupdate \
-        --with-aio-support \
+       --with-pam \
+       --with-quotas \
+       --with-shared-modules=idmap_rid,idmap_ad,idmap_tdb2 \
+       --with-syslog \
+       --with-utmp \
+       --with-cluster-support \
+       --with-ctdb=/usr/include \
+       --without-ldb \
+       --with-dnsupdate \
+       --with-aio-support \
        $*