Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 92366
Collapse All | Expand All

(-)configure.in.orig (-6 / +2 lines)
Lines 241-252 Link Here
241
    
241
    
242
    AC_MSG_CHECKING([for wxPython directory])
242
    AC_MSG_CHECKING([for wxPython directory])
243
243
244
    if test "$wxrelease" = 2.4 ; then
244
    wxpyvername=`$PYTHON -c "from wx.build.config import getExtraPath; print getExtraPath(addOpts=1)"`
245
        WXPYTHONDIR="$pythondir"
245
    WXPYTHONDIR="$pythondir/$wxpyvername"
246
    else
247
        wxpyvername=`$PYTHON -c "from wx.build.config import getExtraPath; print getExtraPath(addOpts=1)"`
248
        WXPYTHONDIR="$pythondir/$wxpyvername"
249
    fi
250
    
246
    
251
    AC_SUBST(WXPYTHONDIR)
247
    AC_SUBST(WXPYTHONDIR)
252
    AC_MSG_RESULT([$WXPYTHONDIR])
248
    AC_MSG_RESULT([$WXPYTHONDIR])

Return to bug 92366