Browse Source

reverted to rev 946 (python was disabled by default)

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1573 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
62c7c8db4b
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      package/kasc/paragui/subconfig-libs.hlp
  2. +1
    -1
      package/kasc/paragui/subconfig-libs.in

+ 1
- 1
package/kasc/paragui/subconfig-libs.hlp

@ -14,7 +14,7 @@ ROCKCFG_PKG_PARAGUI_EXCEPTIONS
compile with exception handling
ROCKCFG_PKG_PARAGUI_PYTHON
create Python bindings (currently broken with Python 2.3)
create Python bindings
ROCKCFG_PKG_PARAGUI_RUBY
create Ruby bindings

+ 1
- 1
package/kasc/paragui/subconfig-libs.in

@ -32,7 +32,7 @@ if pkgcheck paragui X ; then
bool 'exceptions' ROCKCFG_PKG_PARAGUI_EXCEPTIONS 1 "
compile with exception handling"
if pkgcheck python X ; then
bool 'python bindings' ROCKCFG_PKG_PARAGUI_PYTHON 0 "
bool 'python bindings' ROCKCFG_PKG_PARAGUI_PYTHON 1 "
create Python bindings"
fi
if pkgcheck ruby X ; then

Loading…
Cancel
Save