- (djm) Add --with-pam to RPM spec files
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 7603d08..731fb04 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -142,10 +142,11 @@
 
 %configure \
 	--libexecdir=%{_libexecdir}/openssh \
+	--with-pam \
 	--with-tcp-wrappers \
 	--with-ipv4-default \
 	--with-rsh=/usr/bin/rsh \
-	--with-default-path=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
+	--with-default-path=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
 
 make