projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fc606c
)
Removed stray newline in acinclude.m4
author
John Darrington
<john@darrington.wattle.id.au>
Sun, 16 Aug 2020 18:56:06 +0000
(20:56 +0200)
committer
John Darrington
<john@darrington.wattle.id.au>
Sun, 16 Aug 2020 18:56:06 +0000
(20:56 +0200)
Reported-by: Michel Boaventura
acinclude.m4
patch
|
blob
|
history
diff --git
a/acinclude.m4
b/acinclude.m4
index b830dd8dc9f4d46523588b1828187f633e0f76b8..d744317e9d93caae740b10c208a71e9124b5130b 100644
(file)
--- a/
acinclude.m4
+++ b/
acinclude.m4
@@
-169,8
+169,7
@@
else
rm -f conftest*
test x"${pspp_cv_build_exeext}" = x && pspp_cv_build_exeext=no])
EXEEXT_FOR_BUILD=""
- test x"${pspp_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${pspp_cv_build_exeex
-t}
+ test x"${pspp_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${pspp_cv_build_exeext}
fi
AC_SUBST(EXEEXT_FOR_BUILD)])