aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>2010-05-09 17:37:59 -0700
committerGlenn Morris <[email protected]>2010-05-09 17:37:59 -0700
commit8290c6b9e657060bbbfaf77d42c1b5abf87b229a (patch)
tree18182a19f2c31c0e05c3deaa9b36197e83764fcd /configure.in
parente1cb2c1314c1a58d9d83293019b5d563a3edb072 (diff)
Backport from trunk: close bug#5857.
* configure.in: Get rid of "unix" pre-defined macro when preprocessing Makefile. (Bug#5857) [Backport from trunk]
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7b681f6e6c..304f6ab2f9 100644
--- a/configure.in
+++ b/configure.in
@@ -3072,7 +3072,7 @@ test "${exec_prefix}" != NONE &&
# the C preprocessor to some helpful value like 1, or maybe the empty
# string. Needless to say consequent macro substitutions are less
# than conducive to the makefile finding the correct directory.
-[cpp_undefs="`echo $srcdir $configuration $canonical |
+[cpp_undefs="`echo $srcdir $configuration $canonical unix |
sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \
-e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g'`"]