aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in
index 690b74df003..cec0333b99b 100755
--- a/configure1.in
+++ b/configure1.in
@@ -1110,7 +1110,7 @@ echo '
1110# The value of CPP is a quoted variable reference, so we need to do this 1110# The value of CPP is a quoted variable reference, so we need to do this
1111# to get its actual value... 1111# to get its actual value...
1112foo=`eval "echo $CPP"` 1112foo=`eval "echo $CPP"`
1113eval `${foo} ${tempcname} \ 1113eval `${foo} -Isrc ${tempcname} \
1114 | grep '@configure@' \ 1114 | grep '@configure@' \
1115 | sed -e 's/^@configure@ \([^=]*=\)\(.*\)$/\1"\2"/'` 1115 | sed -e 's/^@configure@ \([^=]*=\)\(.*\)$/\1"\2"/'`
1116rm ${tempcname} 1116rm ${tempcname}