Skip to content
Snippets Groups Projects
Commit b7633cd5 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-02-09 12:33:25 by simonm]

delete a spurious space.
parent 8c85fb2b
No related merge requests found
......@@ -279,7 +279,7 @@ AC_DEFUN(AC_PROG_GNUCPP,
[if test "$HaveGcc" = "YES"; then
echo > conftest.c
gcc -v -E conftest.c >/dev/null 2>conftest.out
echo 'tr /\\/\// ; /(\S+\/cpp)/ && print "[$]1";' > conftest.pl
echo 'tr/\\/\//; /(\S+\/cpp)/ && print "[$]1";' > conftest.pl
ac_cv_gnu_cpp="`eval $PerlCmd -n conftest.pl conftest.out`"
rm -fr conftest*
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment