X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=4d62e7509a609036de22ba587c27f1b87d648b1c;hb=30bf74504c97d428af2ae4c3fcf96acf0b305d2a;hp=75d5e9fceb9981f206e21e12f2bf7685c22b7087;hpb=a07fbe565a7970b21432a7e83f1be45c3c5764e1;p=swftools.git diff --git a/configure.in b/configure.in index 75d5e9f..4d62e75 100644 --- a/configure.in +++ b/configure.in @@ -169,7 +169,7 @@ dnl Checks for typedefs, structures, and compiler characteristics. AC_TYPE_OFF_T AC_TYPE_SIZE_T AC_STRUCT_TM - dnl AC_CHECK_TYPE(boolean,int) + AC_CHECK_TYPE(boolean,int) dnl AC_CHECK_TYPE(bool,char) dnl AC_CHECK_TYPE(uchar,unsigned char) dnl AC_CHECK_TYPE(schar,signed char) @@ -233,6 +233,8 @@ if test "x$PYTHON_OK" '!=' "xyes";then echo all install uninstall clean: > lib/python/Makefile # fail silently- the most users won't have any need for the # python interface anyway +else + pythonrfxswf="lib/python/Makefile" fi # ------------------------------------------------------------------