--- python-config-2.4 2007-08-24 11:54:21.000000000 +0300 +++ files/python-config-2.4-r1 2007-08-24 11:12:52.000000000 +0300 @@ -19,7 +19,11 @@ exit_with_usage() if not opts: - exit_with_usage() + #exit_with_usage() + #be compatible with our old python-config-2.4 + import string + print "-lpython2.4 -lm -L/usr/lib/python2.4/config",string.join(string.split(sysconfig.get_config_var("MODLIBS"))) + sys.exit(0) opt = opts[0][0]