Changeset 1969 for cherokee/trunk/configure.in
- Timestamp:
- 09/11/08 12:41:17 (4 months ago)
- Files:
-
- cherokee/trunk/configure.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/configure.in
r1887 r1969 1194 1194 [use_static_module="$use_static_module $enableval "],[]) 1195 1195 1196 modules="error_redir error_nn server_info file admin dirlist fcgi fastcgi scgi redir common cgi phpcgi proxy mirror custom_error gzip deflate ncsa combined w3c pam ldap mysql htpasswd plain htdigest round_robin directory extensions request header geoip not and or"1196 modules="error_redir error_nn server_info file admin dirlist fcgi fastcgi scgi redir common cgi phpcgi proxy mirror custom_error dbslayer gzip deflate ncsa combined w3c pam ldap mysql htpasswd plain htdigest round_robin directory extensions request header geoip not and or" 1197 1197 1198 1198 # Remove modules that will not be compiles … … 1206 1206 if test "x$have_mysql" != "xyes"; then 1207 1207 modules=`echo $modules | sed s/mysql//` 1208 modules=`echo $modules | sed s/dbslayer//` 1208 1209 fi 1209 1210 if test "x$have_geoip" != "xyes"; then … … 1261 1262 AM_CONDITIONAL(STATIC_HANDLER_MIRROR, grep mirror $conf_h >/dev/null) 1262 1263 AM_CONDITIONAL(STATIC_HANDLER_CUSTOM_ERROR, grep custom_error $conf_h >/dev/null) 1264 AM_CONDITIONAL(STATIC_HANDLER_DBSLAYER, grep dbslayer $conf_h >/dev/null) 1263 1265 AM_CONDITIONAL(STATIC_ENCODER_GZIP, grep gzip $conf_h >/dev/null) 1264 1266 AM_CONDITIONAL(STATIC_ENCODER_DEFLATE, grep deflate $conf_h >/dev/null)