projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ba3053
)
php: hide extensions menu if not enabled
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 25 Mar 2008 08:49:38 +0000
(08:49 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 25 Mar 2008 08:49:38 +0000
(08:49 -0000)
package/php/Config.in
patch
|
blob
|
history
diff --git
a/package/php/Config.in
b/package/php/Config.in
index ad30b20c172e96701edf83873447af1816ef6c17..f483dff843b0d1484cbf5ba406150cbe99932f5d 100644
(file)
--- a/
package/php/Config.in
+++ b/
package/php/Config.in
@@
-31,4
+31,6
@@
config BR2_PACKAGE_PHP_FASTCGI
help
fast cgi interface for php
+if BR2_PACKAGE_PHP
source "package/php/Config.ext"
+endif