]> granicus.if.org Git - php/commitdiff
configure dependency has to be optional as well
authorAntony Dovgal <tony2001@php.net>
Tue, 28 Jul 2009 08:59:08 +0000 (08:59 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 28 Jul 2009 08:59:08 +0000 (08:59 +0000)
ext/session/config.m4

index bc8001f85a46079feb7e915bb06228b60cdb2288..f9222f0858ebbe727cfaaade0dab768cdbf303c8 100644 (file)
@@ -12,7 +12,7 @@ if test "$PHP_SESSION" != "no"; then
   PHP_PWRITE_TEST
   PHP_PREAD_TEST
   PHP_NEW_EXTENSION(session, session.c mod_files.c mod_mm.c mod_user.c, $ext_shared)
-  PHP_ADD_EXTENSION_DEP(session, hash)
+  PHP_ADD_EXTENSION_DEP(session, hash, true)
   PHP_SUBST(SESSION_SHARED_LIBADD)
   PHP_INSTALL_HEADERS(ext/session, [php_session.h mod_files.h mod_user.h])
   AC_DEFINE(HAVE_PHP_SESSION,1,[ ])