diff sdl-config.in @ 1895:c121d94672cb

SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 10 Jul 2006 21:04:37 +0000
parents 21f13c787b46
children 62debeaac5e9
line wrap: on
line diff
--- a/sdl-config.in	Thu Jul 06 18:01:37 2006 +0000
+++ b/sdl-config.in	Mon Jul 10 21:04:37 2006 +0000
@@ -16,7 +16,7 @@
 
 while test $# -gt 0; do
   case "$1" in
-  -*=*) optarg=`echo "$1" | LC_ALL="C" sed 's/[-_a-zA-Z0-9]*=//'` ;;
+  -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
   *) optarg= ;;
   esac