Configure: use $undef, not plain undef
authorBrian Fraser <fraserbn@gmail.com>
Thu, 16 Jan 2014 14:50:47 +0000 (11:50 -0300)
committerBrian Fraser <fraserbn@gmail.com>
Thu, 30 Jan 2014 20:50:00 +0000 (17:50 -0300)
Configure

index 48c719d..88ff021 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -2904,7 +2904,7 @@ $define|true|[yY]*)
     hostosname=`$hostperl -le 'print $^O'`
     ;;
 *)
-    usecrosscompile='undef'
+    usecrosscompile="$undef"
     ;;
 esac
 
@@ -3115,7 +3115,7 @@ EOF
 *)     run=''
        to=:
        from=:
-       usecrosscompile='undef'
+       usecrosscompile="$undef"
        targetarch=''
        ;;
 esac