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

(-)python-config-2.4 (-1 / +5 lines)
Lines 19-25 Link Here
19
    exit_with_usage()
19
    exit_with_usage()
20
20
21
if not opts:
21
if not opts:
22
    exit_with_usage()
22
    #exit_with_usage()
23
    #be compatible with our old python-config-2.4
24
    import string
25
    print "-lpython2.4 -lm -L/usr/lib/python2.4/config",string.join(string.split(sysconfig.get_config_var("MODLIBS")))
26
    sys.exit(0)
23
27
24
opt = opts[0][0]
28
opt = opts[0][0]
25
29

Return to bug 188029