X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure;h=84c9aa32240d0b801f881a792f3c14aabde9f21b;hb=39e3c25f1c8500f6a50b2a9284eaf553da392c27;hp=6466a60c0223a0ce529ab9f2cbfedf4a716fe7f9;hpb=20d37b0e4021710fad8b55cd1a9ac8b8047f327c;p=swftools.git diff --git a/configure b/configure index 6466a60..84c9aa3 100755 --- a/configure +++ b/configure @@ -11508,9 +11508,11 @@ echo $ECHO_N "checking whether we can compile the python test program... $ECHO_C int main(int argn, char*argv) { - return Py_Main(argn, argv); + int ret; + ret = Py_Main(argn, argv); + int x; // check also for gcc 2.95.x incompatibilities + return ret; } -bli bla blo EOF ac_link='$CC $CPPFLAGS $CFLAGS $PYTHON_INCLUDES conftest.c $LDFLAGS $PYTHON_LIB $LIBS -o conftest${ac_exeext}' if { (eval echo python.m4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then @@ -11630,7 +11632,8 @@ fi # ------------------------------------------------------------------ -FILES="./release Makefile.common ${avi2swf} Makefile lib/Makefile lib/action/Makefile src/Makefile ${pdf2swf_makefile} swfs/Makefile ${pythonrfxswf} ${lame_makefile}" +if test -f "release.in"; then release_in="./release"; fi +FILES="$release_in Makefile.common ${avi2swf} Makefile lib/Makefile lib/action/Makefile src/Makefile ${pdf2swf_makefile} swfs/Makefile ${pythonrfxswf} ${lame_makefile}" ac_config_files="$ac_config_files ${FILES}"