diff -u apache/apache.spec apache.save/apache.spec
--- apache/apache.spec	Sun Feb 22 10:05:18 2004
+++ apache.save/apache.spec	Tue Apr 20 01:06:27 2004
@@ -64,7 +64,7 @@
 Group:        Web
 License:      ASF
 Version:      %{V_apache}
-Release:      2.0.0
+Release:      2.0.0ic3s
 
 #   package options (suexec related)
 %option       with_suexec               yes
@@ -125,6 +125,7 @@
 %option       with_mod_php_transsid     no
 %option       with_mod_php_curl         no
 %option       with_mod_php_mhash        no
+%option       with_mod_php_mcrypt       no
 %option       with_mod_php_wddx         no
 %option       with_mod_php_gdbm         no
 %option       with_mod_php_versioning   no
@@ -297,6 +298,10 @@
 BuildPreReq:  mhash
 PreReq:       mhash
 %endif
+%if "%{with_mod_php_mcrypt}" == "yes"
+BuildPreReq:  libmcrypt
+PreReq:       libmcrypt
+%endif
 %if "%{with_mod_php_gdbm}" == "yes"
 BuildPreReq:  gdbm
 PreReq:       gdbm
@@ -732,6 +737,9 @@
 %if "%{with_mod_php_transsid}" == "yes"
           --enable-trans-sid \
 %endif
+%if "%{with_mod_php_mcrypt}" == "yes"
+          --with-mcrypt=%{l_prefix} \
+%endif
 %if "%{with_mod_php_mhash}" == "yes"
           --with-mhash=%{l_prefix} \
 %endif
