diff options
author | bjarni <bjarni@openttd.org> | 2006-03-30 20:14:06 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-03-30 20:14:06 +0000 |
commit | f70c45782ea15dadee29efd2a72e56a1099a2efc (patch) | |
tree | 43df6c30d943b79c98f74bd774346afa9316fafc /makefiledir/Makefile.libdetection | |
parent | 1b28d92fc844bae632a1573cfd499de3ff4238ce (diff) | |
download | openttd-f70c45782ea15dadee29efd2a72e56a1099a2efc.tar.xz |
(svn r4183) -Codechange: [Makefile]: removed MANUAL_CONFIG as it's not used anymore
This should hopefully fix the issue where WITH_SDL can be defined while SDL-CONFIG is not
Added an error if WITH_SDL is defined but SDL-CONFIG is not. The same goes for WITH_PNG even though nobody reported this as a problem
removed STATIC_ZLIB_PATH as it turns out that nobody used it
Diffstat (limited to 'makefiledir/Makefile.libdetection')
-rw-r--r-- | makefiledir/Makefile.libdetection | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makefiledir/Makefile.libdetection b/makefiledir/Makefile.libdetection index 237c02f98..a8859505f 100644 --- a/makefiledir/Makefile.libdetection +++ b/makefiledir/Makefile.libdetection @@ -68,6 +68,9 @@ else SDL-CONFIG:=sdl-config endif +# set libpng-config to the default value +LIBPNG-CONFIG :=libpng-config + # Networking, enabled by default WITH_NETWORK:=1 |