(svn r4217) Replace SDL-CONFIG and LIBPNG-CONFIG with SDL_CONFIG and LIBPNG_CONFIG

This commit is contained in:
peter1138
2006-03-31 21:06:55 +00:00
parent ab1ecd7704
commit 92c4d26a26
4 changed files with 22 additions and 22 deletions

8
configure vendored
View File

@@ -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"
;;
--*=*)