summaryrefslogtreecommitdiff
path: root/makefiledir/Makefile.libdetection
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-06-19 17:05:24 +0000
committerbjarni <bjarni@openttd.org>2005-06-19 17:05:24 +0000
commit1a96770d81d359397dc682e73a3db32041df04ab (patch)
tree47c6fb4b2ff3e0ab03934fe92ff146c4d4f651ae /makefiledir/Makefile.libdetection
parent4754dad0d65a969dc8ab6eea824fe34c40c52e89 (diff)
downloadopenttd-1a96770d81d359397dc682e73a3db32041df04ab.tar.xz
(svn r2461) -Feature [Makefile] libpng-config can now be called something else in Makefile.config
useful if you for some reason got a libpng-config, which is called something else
Diffstat (limited to 'makefiledir/Makefile.libdetection')
-rw-r--r--makefiledir/Makefile.libdetection2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiledir/Makefile.libdetection b/makefiledir/Makefile.libdetection
index 18bd2e490..1167117ae 100644
--- a/makefiledir/Makefile.libdetection
+++ b/makefiledir/Makefile.libdetection
@@ -66,7 +66,7 @@ WITH_NETWORK:=1
WITH_SDL:=$(shell $(SDL-CONFIG) --version 2>/dev/null)
# libpng detection
-WITH_PNG:=$(shell libpng-config --version 2>/dev/null)
+WITH_PNG:=$(shell $(LIBPNG-CONFIG) --version 2>/dev/null)
ifdef WITH_PNG
# LibPNG depends on Zlib