From: tonyj@suse.de Date: unknown Upstream: no This patch is used by audit.spec to disable use of Python. Necessary Python files are built seperately by audit-libs-python.spec (make -C swig ; make -C auditsp) --- audit-1.2.6/configure.ac.xx 2006-07-13 23:02:17.000000000 +0200 +++ audit-1.2.6/configure.ac 2006-08-31 20:52:49.000000000 +0200 @@ -39,7 +39,7 @@ AM_INIT_AUTOMAKE AM_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) -AM_PATH_PYTHON(2.4) +#AM_PATH_PYTHON(2.4) echo . echo Checking for programs @@ -105,7 +105,8 @@ if test x$use_apparmor != xno ; then AC_DEFINE(WITH_APPARMOR,1,[Define if you want to enable AppArmor events.])fi -AC_OUTPUT(Makefile lib/Makefile auparse/Makefile src/Makefile src/mt/Makefile swig/Makefile docs/Makefile init.d/Makefile) +#AC_OUTPUT(Makefile lib/Makefile auparse/Makefile src/Makefile src/mt/Makefile swig/Makefile docs/Makefile init.d/Makefile) +AC_OUTPUT(Makefile lib/Makefile auparse/Makefile src/Makefile src/mt/Makefile docs/Makefile init.d/Makefile) echo . echo " --- audit-1.2.6/Makefile.am.xx 2006-07-13 22:24:35.000000000 +0200 +++ audit-1.2.6/Makefile.am 2006-08-31 20:52:49.000000000 +0200 @@ -22,7 +22,8 @@ # #SUBDIRS = lib auparse src/mt src audisp audisp/tests swig init.d docs -SUBDIRS = lib src/mt src audisp swig init.d docs +#SUBDIRS = lib src/mt src audisp swig init.d docs +SUBDIRS = lib src/mt src init.d docs EXTRA_DIST = ChangeLog AUTHORS NEWS README sample.rules contrib/capp.rules contrib/lspp.rules contrib/skeleton.c README-install audit.spec CONFIG_CLEAN_FILES = Makefile.in aclocal.m4* config.h.* configure debug*.list config/*