From 85a709203c997834db1cbd8b4d6a979197306111 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 2 May 2007 02:03:44 +0000 Subject: Check in autoconf if python is installed; if not, don't run python scripts. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 873 --- setup/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup') diff --git a/setup/Makefile.am b/setup/Makefile.am index 76120822..d5eebfbf 100644 --- a/setup/Makefile.am +++ b/setup/Makefile.am @@ -34,6 +34,10 @@ endif %.o : %.rc $(WINDRES) $^ -o $@ +if HAVE_PYTHON + chocolate_setup_icon.c : ../data/chocolate-setup.png ../data/convert-icon $^ $@ +endif + -- cgit v1.2.3