summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-03-31 21:06:55 +0000
committerpeter1138 <peter1138@openttd.org>2006-03-31 21:06:55 +0000
commit92c4d26a26b2760a5524ba7dcca796889d557c8f (patch)
tree2602ec883ba4ff050a9eb63b9f00809a2e01b8f3 /configure
parentab1ecd7704240e3ce732ac42f9c1cadbcfb61f8b (diff)
downloadopenttd-92c4d26a26b2760a5524ba7dcca796889d557c8f.tar.xz
(svn r4217) Replace SDL-CONFIG and LIBPNG-CONFIG with SDL_CONFIG and LIBPNG_CONFIG
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 760bbf46d..a8556c9a0 100755
--- a/configure
+++ b/configure
@@ -162,16 +162,16 @@ do
ITEM="STATIC_ZLIB_PATH"
;;
--sdl-config=*)
- handle SDL-CONFIG "$n"
+ handle SDL_CONFIG "$n"
;;
--sdl-config)
- ITEM="SDL-CONFIG"
+ ITEM="SDL_CONFIG"
;;
--libpng-config=*)
- handle LIBPNG-CONFIG "$n"
+ handle LIBPNG_CONFIG "$n"
;;
--lib-png-config)
- ITEM="LIBPNG-CONFIG"
+ ITEM="LIBPNG_CONFIG"
;;
--*=*)