Fix depend on libsqlite2
authorNicolas Thill <nico@openwrt.org>
Tue, 5 Jul 2005 09:33:18 +0000 (09:33 +0000)
committerNicolas Thill <nico@openwrt.org>
Tue, 5 Jul 2005 09:33:18 +0000 (09:33 +0000)
SVN-Revision: 1344

openwrt/package/php4/Config.in

index 7d16610535d20544a614b4f8457907e9f1de8e8a..d5e50a06de889a5dd5b5f0c29da9ff09c32a71a6 100644 (file)
@@ -89,7 +89,7 @@ config BR2_PACKAGE_PHP4_MOD_SQLITE
        tristate 
 #      default m if CONFIG_DEVEL
        depends BR2_PACKAGE_PHP4
-       select BR2_PACKAGE_LIBSQLITE
+       select BR2_PACKAGE_LIBSQLITE2
 
 config BR2_PACKAGE_PHP4_MOD_SOCKETS
        prompt "...-mod-sockets - Sockets module"