summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rwxr-xr-xConfigure2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index fcb43a7b32..fbb7dfa18e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -810,6 +810,7 @@ Kragen Sitaker <kragen@pobox.com>
Krishna Sethuraman <krishna@sgi.com>
Kriton Kyrimis <kyrimis@princeton.edu>
Kurt D. Starsinic <kstar@wolfetech.com>
+Kurt Fitzner <kurt@va1der.ca>
Kyriakos Georgiou
Lajos Veres <vlajos@gmail.com>
Larry Parmelee <parmelee@CS.Cornell.EDU>
diff --git a/Configure b/Configure
index 8865804828..f9ca862853 100755
--- a/Configure
+++ b/Configure
@@ -23778,7 +23778,7 @@ EOF
for i in \`$cc -v -c tmp.c 2>&1 $postprocess_cc_v\`
do
case "\$i" in
- -D*) echo "\$i" | $sed 's/^-D//';;
+ -D*) echo "\$i" | $sed 's/^-D//;s/['\''\"]//g';;
-A*) $test "$gccversion" && echo "\$i" | $sed 's/^-A//' | $sed 's/\(.*\)(\(.*\))/\1=\2/';;
esac
done