commit | 3281067e0914637d9ca68056cb9ce657d67d0f06 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Mar 09 21:43:36 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Mar 09 21:43:36 2010 +0000 |
tree | 3164fab33a85aa7ed488af342ee18bf6378cc0fc | |
parent | 4d42f2b4d1287f369295be206d962d86a3a0cb25 [diff] [blame] |
handle an empty OPT variable correctly #8100
diff --git a/configure b/configure index 56e6030..90bcad4 100755 --- a/configure +++ b/configure
@@ -4596,7 +4596,7 @@ # tweak OPT based on compiler and platform, only if the user didn't set # it on the command line -if test -z "$OPT" +if test "${OPT-unset}" == "unset" then case $GCC in yes)